Html Css Color HEX #BD2BDF Dark Orchid

📋 copy color: '#BD2BDF'

red 189 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #BD2BDF

Tints of Dark Orchid #BD2BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 41.54%
G = 9.45%
B = 49.01%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD2BDF (or 0xBD2BDF) is known color: Dark Orchid. HEX triplet: BD, 2B and DF. RGB value is (189,43,223). Sum of RGB (Red+Green+Blue) = 189+43+223=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BDF is #42D420. Grayscale: #6A6A6A. Windows color (decimal): -4379681 or 14625725. OLE color: 14625725.

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

Color convert

RGB 189 43 223 -
CMYK 0.15 0.81 0 0.13
HSL 288.67º 0.74% 0.52% -
HSV(B) 288.67º 0.81% 0.87% -
XYZ 35.17 17.87 71.41 -
YUV 107.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 189 43 223 0.15 0.81 0 0.13 288.67 0.74 0.52
Hex BD 2B DF F 51 0 D 121 4A 34
Octal 275 53 337 17 121 0 15 441 112 64
Binary 10111101 101011 11011111 1111 1010001 0 1101 100100001 1001010 110100

Color Harmonies of #BD2BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BDF

Black with #BD2BDF

Text Example


Text Example

White with #BD2BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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