Html Css Color HEX #BC27CA Dark Orchid

📋 copy color: '#BC27CA'

red 188 ◦ green 39 ◦ blue 202

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

Shades of Dark Orchid #BC27CA

Tints of Dark Orchid #BC27CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 43.82%
G = 9.09%
B = 47.09%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC27CA (or 0xBC27CA) is known color: Dark Orchid. HEX triplet: BC, 27 and CA. RGB value is (188,39,202). Sum of RGB (Red+Green+Blue) = 188+39+202=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27CA is #43D835. Grayscale: #656565. Windows color (decimal): -4446262 or 13248444. OLE color: 13248444.

HSL color Cylindrical-coordinate representation of color #BC27CA: hue angle of 294.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC27CA is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 39 202 -
CMYK 0.07 0.81 0 0.21
HSL 294.85º 0.68% 0.47% -
HSV(B) 294.85º 0.81% 0.79% -
XYZ 32.13 16.41 57.35 -
YUV 102.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 188 39 202 0.07 0.81 0 0.21 294.85 0.68 0.47
Hex BC 27 CA 7 51 0 15 127 44 2F
Octal 274 47 312 7 121 0 25 447 104 57
Binary 10111100 100111 11001010 111 1010001 0 10101 100100111 1000100 101111

Color Harmonies of #BC27CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27CA

Black with #BC27CA

Text Example


Text Example

White with #BC27CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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