Html Css Color HEX #BD2CCE Dark Orchid

📋 copy color: '#BD2CCE'

red 189 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #BD2CCE

Tints of Dark Orchid #BD2CCE

RGB

 RED value IS 189 (74.22% from 255) = 43.05%

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 43.05%
G = 10.02%
B = 46.92%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD2CCE (or 0xBD2CCE) is known color: Dark Orchid. HEX triplet: BD, 2C and CE. RGB value is (189,44,206). Sum of RGB (Red+Green+Blue) = 189+44+206=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CCE is #42D331. Grayscale: #696969. Windows color (decimal): -4379442 or 13511869. OLE color: 13511869.

HSL color Cylindrical-coordinate representation of color #BD2CCE: hue angle of 293.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2CCE is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 44 206 -
CMYK 0.08 0.79 0 0.19
HSL 293.7º 0.65% 0.49% -
HSV(B) 293.7º 0.79% 0.81% -
XYZ 33.03 17.08 59.95 -
YUV 105.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 189 44 206 0.08 0.79 0 0.19 293.7 0.65 0.49
Hex BD 2C CE 8 4F 0 13 126 41 31
Octal 275 54 316 10 117 0 23 446 101 61
Binary 10111101 101100 11001110 1000 1001111 0 10011 100100110 1000001 110001

Color Harmonies of #BD2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CCE

Black with #BD2CCE

Text Example


Text Example

White with #BD2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CCE; }

 p { color: rgb(189,44,206); }

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

background-color css

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

 a { background-color: rgb(189,44,206); }

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

border-color css

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

 span { border-color: rgb(189,44,206); }

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