Html Css Color HEX #BC27E0 Dark Orchid

📋 copy color: '#BC27E0'

red 188 ◦ green 39 ◦ blue 224

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

Shades of Dark Orchid #BC27E0

Tints of Dark Orchid #BC27E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 41.69%
G = 8.65%
B = 49.67%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC27E0 (or 0xBC27E0) is known color: Dark Orchid. HEX triplet: BC, 27 and E0. RGB value is (188,39,224). Sum of RGB (Red+Green+Blue) = 188+39+224=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC27E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27E0 is #43D81F. Grayscale: #686868. Windows color (decimal): -4446240 or 14690236. OLE color: 14690236.

HSL color Cylindrical-coordinate representation of color #BC27E0: hue angle of 288.32º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC27E0 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 39 224 -
CMYK 0.16 0.83 0 0.12
HSL 288.32º 0.75% 0.52% -
HSV(B) 288.32º 0.83% 0.88% -
XYZ 34.92 17.52 72.06 -
YUV 104.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 188 39 224 0.16 0.83 0 0.12 288.32 0.75 0.52
Hex BC 27 E0 10 53 0 C 120 4B 34
Octal 274 47 340 20 123 0 14 440 113 64
Binary 10111100 100111 11100000 10000 1010011 0 1100 100100000 1001011 110100

Color Harmonies of #BC27E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27E0

Black with #BC27E0

Text Example


Text Example

White with #BC27E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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