Html Css Color HEX #BD2CCD Dark Orchid

📋 copy color: '#BD2CCD'

red 189 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #BD2CCD

Tints of Dark Orchid #BD2CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 43.15%
G = 10.05%
B = 46.8%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD2CCD (or 0xBD2CCD) is known color: Dark Orchid. HEX triplet: BD, 2C and CD. RGB value is (189,44,205). Sum of RGB (Red+Green+Blue) = 189+44+205=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CCD is #42D332. Grayscale: #696969. Windows color (decimal): -4379443 or 13446333. OLE color: 13446333.

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

Color convert

RGB 189 44 205 -
CMYK 0.08 0.79 0 0.20
HSL 294.04º 0.65% 0.49% -
HSV(B) 294.04º 0.79% 0.8% -
XYZ 32.91 17.03 59.31 -
YUV 105.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 189 44 205 0.08 0.79 0 0.20 294.04 0.65 0.49
Hex BD 2C CD 8 4F 0 14 126 41 31
Octal 275 54 315 10 117 0 24 446 101 61
Binary 10111101 101100 11001101 1000 1001111 0 10100 100100110 1000001 110001

Color Harmonies of #BD2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CCD

Black with #BD2CCD

Text Example


Text Example

White with #BD2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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