Html Css Color HEX #BC27CC Dark Orchid

📋 copy color: '#BC27CC'

red 188 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #BC27CC

Tints of Dark Orchid #BC27CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 43.62%
G = 9.05%
B = 47.33%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC27CC (or 0xBC27CC) is known color: Dark Orchid. HEX triplet: BC, 27 and CC. RGB value is (188,39,204). Sum of RGB (Red+Green+Blue) = 188+39+204=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC27CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27CC is #43D833. Grayscale: #656565. Windows color (decimal): -4446260 or 13379516. OLE color: 13379516.

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

Color convert

RGB 188 39 204 -
CMYK 0.08 0.81 0 0.2
HSL 294.18º 0.68% 0.48% -
HSV(B) 294.18º 0.81% 0.8% -
XYZ 32.36 16.5 58.61 -
YUV 102.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 188 39 204 0.08 0.81 0 0.2 294.18 0.68 0.48
Hex BC 27 CC 8 51 0 14 126 44 30
Octal 274 47 314 10 121 0 24 446 104 60
Binary 10111100 100111 11001100 1000 1010001 0 10100 100100110 1000100 110000

Color Harmonies of #BC27CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27CC

Black with #BC27CC

Text Example


Text Example

White with #BC27CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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