Html Css Color HEX #BD2BE1 Dark Orchid

📋 copy color: '#BD2BE1'

red 189 ◦ green 43 ◦ blue 225

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

Shades of Dark Orchid #BD2BE1

Tints of Dark Orchid #BD2BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.23%

R = 41.36%
G = 9.41%
B = 49.23%

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

#BD2BE1 (or 0xBD2BE1) is known color: Dark Orchid. HEX triplet: BD, 2B and E1. RGB value is (189,43,225). Sum of RGB (Red+Green+Blue) = 189+43+225=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD2BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BE1 is #42D41E. Grayscale: #6A6A6A. Windows color (decimal): -4379679 or 14756797. OLE color: 14756797.

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

Color convert

RGB 189 43 225 -
CMYK 0.16 0.81 0 0.12
HSL 288.13º 0.75% 0.53% -
HSV(B) 288.13º 0.81% 0.88% -
XYZ 35.44 17.98 72.84 -
YUV 107.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 189 43 225 0.16 0.81 0 0.12 288.13 0.75 0.53
Hex BD 2B E1 10 51 0 C 120 4B 35
Octal 275 53 341 20 121 0 14 440 113 65
Binary 10111101 101011 11100001 10000 1010001 0 1100 100100000 1001011 110101

Color Harmonies of #BD2BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BE1

Black with #BD2BE1

Text Example


Text Example

White with #BD2BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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