Html Css Color HEX #BC27E5 Dark Orchid

📋 copy color: '#BC27E5'

red 188 ◦ green 39 ◦ blue 229

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

Shades of Dark Orchid #BC27E5

Tints of Dark Orchid #BC27E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.22%

R = 41.23%
G = 8.55%
B = 50.22%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC27E5 (or 0xBC27E5) is known color: Dark Orchid. HEX triplet: BC, 27 and E5. RGB value is (188,39,229). Sum of RGB (Red+Green+Blue) = 188+39+229=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC27E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27E5 is #43D81A. Grayscale: #686868. Windows color (decimal): -4446235 or 15017916. OLE color: 15017916.

HSL color Cylindrical-coordinate representation of color #BC27E5: hue angle of 287.05º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC27E5 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 39 229 -
CMYK 0.18 0.83 0 0.10
HSL 287.05º 0.79% 0.53% -
HSV(B) 287.05º 0.83% 0.9% -
XYZ 35.61 17.8 75.69 -
YUV 105.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 188 39 229 0.18 0.83 0 0.10 287.05 0.79 0.53
Hex BC 27 E5 12 53 0 A 11F 4F 35
Octal 274 47 345 22 123 0 12 437 117 65
Binary 10111100 100111 11100101 10010 1010011 0 1010 100011111 1001111 110101

Color Harmonies of #BC27E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27E5

Black with #BC27E5

Text Example


Text Example

White with #BC27E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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