Html Css Color HEX #BC27CF Dark Orchid

📋 copy color: '#BC27CF'

red 188 ◦ green 39 ◦ blue 207

#BC27CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BC27CF

Tints of Dark Orchid #BC27CF

RGB

 RED value IS 188 (73.83% from 255) = 43.32%

 GREEN value IS 39 (15.63% from 255) = 8.99%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 43.32%
G = 8.99%
B = 47.7%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC27CF (or 0xBC27CF) is known color: Dark Orchid. HEX triplet: BC, 27 and CF. RGB value is (188,39,207). Sum of RGB (Red+Green+Blue) = 188+39+207=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC27CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27CF is #43D830. Grayscale: #666666. Windows color (decimal): -4446257 or 13576124. OLE color: 13576124.

HSL color Cylindrical-coordinate representation of color #BC27CF: hue angle of 293.21º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC27CF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 39 207 -
CMYK 0.09 0.81 0 0.19
HSL 293.21º 0.68% 0.48% -
HSV(B) 293.21º 0.81% 0.81% -
XYZ 32.73 16.65 60.52 -
YUV 102.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 188 39 207 0.09 0.81 0 0.19 293.21 0.68 0.48
Hex BC 27 CF 9 51 0 13 125 44 30
Octal 274 47 317 11 121 0 23 445 104 60
Binary 10111100 100111 11001111 1001 1010001 0 10011 100100101 1000100 110000

Color Harmonies of #BC27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27CF

Black with #BC27CF

Text Example


Text Example

White with #BC27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27CF; }

 p { color: rgb(188,39,207); }

 H1.HeaderClassName
 {
   color: #BC27CF;
 }
 .AnyTagClassName
 {
   color: #BC27CF;
 }
</style>

background-color css

<style>
 a { background-color: #BC27CF; }

 a { background-color: rgb(188,39,207); }

 div.DivClassName
 {
   background-color: #BC27CF;
 }
 .BgClassName
 {
   background-color: #BC27CF;
 }
</style>

border-color css

<style>
 span { border-color: #BC27CF; }

 span { border-color: rgb(188,39,207); }

 td.TdClassName
 {
   border-color: #BC27CF;
 }
 .TagClassName
 {
   border-color: #BC27CF;
 }
</style>