Html Css Color HEX #BD2BDA Dark Orchid

📋 copy color: '#BD2BDA'

red 189 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #BD2BDA

Tints of Dark Orchid #BD2BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 42%
G = 9.56%
B = 48.44%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD2BDA (or 0xBD2BDA) is known color: Dark Orchid. HEX triplet: BD, 2B and DA. RGB value is (189,43,218). Sum of RGB (Red+Green+Blue) = 189+43+218=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD2BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BDA is #42D425. Grayscale: #6A6A6A. Windows color (decimal): -4379686 or 14298045. OLE color: 14298045.

HSL color Cylindrical-coordinate representation of color #BD2BDA: hue angle of 290.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2BDA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 43 218 -
CMYK 0.13 0.80 0 0.15
HSL 290.06º 0.7% 0.51% -
HSV(B) 290.06º 0.8% 0.85% -
XYZ 34.51 17.61 67.91 -
YUV 106.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 189 43 218 0.13 0.80 0 0.15 290.06 0.7 0.51
Hex BD 2B DA D 50 0 F 122 46 33
Octal 275 53 332 15 120 0 17 442 106 63
Binary 10111101 101011 11011010 1101 1010000 0 1111 100100010 1000110 110011

Color Harmonies of #BD2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BDA

Black with #BD2BDA

Text Example


Text Example

White with #BD2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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