Html Css Color HEX #BC26E0 Dark Orchid

📋 copy color: '#BC26E0'

red 188 ◦ green 38 ◦ blue 224

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

Shades of Dark Orchid #BC26E0

Tints of Dark Orchid #BC26E0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.44%

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

R = 41.78%
G = 8.44%
B = 49.78%

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

#BC26E0 (or 0xBC26E0) is known color: Dark Orchid. HEX triplet: BC, 26 and E0. RGB value is (188,38,224). Sum of RGB (Red+Green+Blue) = 188+38+224=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC26E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26E0 is #43D91F. Grayscale: #676767. Windows color (decimal): -4446496 or 14689980. OLE color: 14689980.

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

Color convert

RGB 188 38 224 -
CMYK 0.16 0.83 0 0.12
HSL 288.39º 0.75% 0.51% -
HSV(B) 288.39º 0.83% 0.88% -
XYZ 34.89 17.46 72.05 -
YUV 104.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 188 38 224 0.16 0.83 0 0.12 288.39 0.75 0.51
Hex BC 26 E0 10 53 0 C 120 4B 33
Octal 274 46 340 20 123 0 14 440 113 63
Binary 10111100 100110 11100000 10000 1010011 0 1100 100100000 1001011 110011

Color Harmonies of #BC26E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26E0

Black with #BC26E0

Text Example


Text Example

White with #BC26E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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