Html Css Color HEX #BD51CB Medium Orchid

📋 copy color: '#BD51CB'

red 189 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #BD51CB

Tints of Medium Orchid #BD51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 39.96%
G = 17.12%
B = 42.92%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD51CB (or 0xBD51CB) is known color: Medium Orchid. HEX triplet: BD, 51 and CB. RGB value is (189,81,203). Sum of RGB (Red+Green+Blue) = 189+81+203=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51CB is #42AE34. Grayscale: #7E7E7E. Windows color (decimal): -4369973 or 13324733. OLE color: 13324733.

HSL color Cylindrical-coordinate representation of color #BD51CB: hue angle of 293.11º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD51CB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 81 203 -
CMYK 0.07 0.60 0 0.20
HSL 293.11º 0.54% 0.56% -
HSV(B) 293.11º 0.6% 0.8% -
XYZ 34.71 21.02 58.73 -
YUV 127.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 189 81 203 0.07 0.60 0 0.20 293.11 0.54 0.56
Hex BD 51 CB 7 3C 0 14 125 36 38
Octal 275 121 313 7 74 0 24 445 66 70
Binary 10111101 1010001 11001011 111 111100 0 10100 100100101 110110 111000

Color Harmonies of #BD51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD51CB

Black with #BD51CB

Text Example


Text Example

White with #BD51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD51CB; }

 p { color: rgb(189,81,203); }

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

background-color css

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

 a { background-color: rgb(189,81,203); }

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

border-color css

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

 span { border-color: rgb(189,81,203); }

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