Html Css Color HEX #BD2CDA Dark Orchid

📋 copy color: '#BD2CDA'

red 189 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #BD2CDA

Tints of Dark Orchid #BD2CDA

RGB

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

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

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

R = 41.91%
G = 9.76%
B = 48.34%

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

#BD2CDA (or 0xBD2CDA) is known color: Dark Orchid. HEX triplet: BD, 2C and DA. RGB value is (189,44,218). Sum of RGB (Red+Green+Blue) = 189+44+218=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CDA is #42D325. Grayscale: #6A6A6A. Windows color (decimal): -4379430 or 14298301. OLE color: 14298301.

HSL color Cylindrical-coordinate representation of color #BD2CDA: hue angle of 290º 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 #BD2CDA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 44 218 -
CMYK 0.13 0.80 0 0.15
HSL 290º 0.7% 0.51% -
HSV(B) 290º 0.8% 0.85% -
XYZ 34.54 17.68 67.92 -
YUV 107.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 189 44 218 0.13 0.80 0 0.15 290 0.7 0.51
Hex BD 2C DA D 50 0 F 122 46 33
Octal 275 54 332 15 120 0 17 442 106 63
Binary 10111101 101100 11011010 1101 1010000 0 1111 100100010 1000110 110011

Color Harmonies of #BD2CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CDA

Black with #BD2CDA

Text Example


Text Example

White with #BD2CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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