Html Css Color HEX #BC2CE7 Dark Orchid

📋 copy color: '#BC2CE7'

red 188 ◦ green 44 ◦ blue 231

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

Shades of Dark Orchid #BC2CE7

Tints of Dark Orchid #BC2CE7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

 BLUE value IS 231 (90.63% from 255) = 49.89%

R = 40.6%
G = 9.5%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC2CE7 (or 0xBC2CE7) is known color: Dark Orchid. HEX triplet: BC, 2C and E7. RGB value is (188,44,231). Sum of RGB (Red+Green+Blue) = 188+44+231=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC2CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CE7 is #43D318. Grayscale: #6B6B6B. Windows color (decimal): -4444953 or 15150268. OLE color: 15150268.

HSL color Cylindrical-coordinate representation of color #BC2CE7: hue angle of 286.2º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2CE7 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 44 231 -
CMYK 0.19 0.81 0 0.09
HSL 286.2º 0.8% 0.54% -
HSV(B) 286.2º 0.81% 0.91% -
XYZ 36.06 18.26 77.23 -
YUV 108.37 197.21 184.79 -
System Red Green Blue C M Y K H S L
Decimal 188 44 231 0.19 0.81 0 0.09 286.2 0.8 0.54
Hex BC 2C E7 13 51 0 9 11E 50 36
Octal 274 54 347 23 121 0 11 436 120 66
Binary 10111100 101100 11100111 10011 1010001 0 1001 100011110 1010000 110110

Color Harmonies of #BC2CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CE7

Black with #BC2CE7

Text Example


Text Example

White with #BC2CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CE7; }

 p { color: rgb(188,44,231); }

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

background-color css

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

 a { background-color: rgb(188,44,231); }

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

border-color css

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

 span { border-color: rgb(188,44,231); }

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