Html Css Color HEX #BD2BDC Dark Orchid

📋 copy color: '#BD2BDC'

red 189 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #BD2BDC

Tints of Dark Orchid #BD2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.51%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 41.81%
G = 9.51%
B = 48.67%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD2BDC (or 0xBD2BDC) is known color: Dark Orchid. HEX triplet: BD, 2B and DC. RGB value is (189,43,220). Sum of RGB (Red+Green+Blue) = 189+43+220=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BDC is #42D423. Grayscale: #6A6A6A. Windows color (decimal): -4379684 or 14429117. OLE color: 14429117.

HSL color Cylindrical-coordinate representation of color #BD2BDC: hue angle of 289.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2BDC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 43 220 -
CMYK 0.14 0.80 0 0.14
HSL 289.49º 0.72% 0.52% -
HSV(B) 289.49º 0.8% 0.86% -
XYZ 34.77 17.71 69.3 -
YUV 106.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 189 43 220 0.14 0.80 0 0.14 289.49 0.72 0.52
Hex BD 2B DC E 50 0 E 121 48 34
Octal 275 53 334 16 120 0 16 441 110 64
Binary 10111101 101011 11011100 1110 1010000 0 1110 100100001 1001000 110100

Color Harmonies of #BD2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BDC

Black with #BD2BDC

Text Example


Text Example

White with #BD2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BDC; }

 p { color: rgb(189,43,220); }

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

background-color css

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

 a { background-color: rgb(189,43,220); }

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

border-color css

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

 span { border-color: rgb(189,43,220); }

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