Html Css Color HEX #BD2BE0 Dark Orchid

📋 copy color: '#BD2BE0'

red 189 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #BD2BE0

Tints of Dark Orchid #BD2BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 41.45%
G = 9.43%
B = 49.12%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD2BE0 (or 0xBD2BE0) is known color: Dark Orchid. HEX triplet: BD, 2B and E0. RGB value is (189,43,224). Sum of RGB (Red+Green+Blue) = 189+43+224=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BE0 is #42D41F. Grayscale: #6A6A6A. Windows color (decimal): -4379680 or 14691261. OLE color: 14691261.

HSL color Cylindrical-coordinate representation of color #BD2BE0: hue angle of 288.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2BE0 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 43 224 -
CMYK 0.16 0.81 0 0.12
HSL 288.4º 0.74% 0.52% -
HSV(B) 288.4º 0.81% 0.88% -
XYZ 35.3 17.93 72.12 -
YUV 107.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 189 43 224 0.16 0.81 0 0.12 288.4 0.74 0.52
Hex BD 2B E0 10 51 0 C 120 4A 34
Octal 275 53 340 20 121 0 14 440 112 64
Binary 10111101 101011 11100000 10000 1010001 0 1100 100100000 1001010 110100

Color Harmonies of #BD2BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BE0

Black with #BD2BE0

Text Example


Text Example

White with #BD2BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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