Html Css Color HEX #BD71CB Medium Orchid

📋 copy color: '#BD71CB'

red 189 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #BD71CB

Tints of Medium Orchid #BD71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.38%

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

R = 37.43%
G = 22.38%
B = 40.2%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD71CB (or 0xBD71CB) is known color: Medium Orchid. HEX triplet: BD, 71 and CB. RGB value is (189,113,203). Sum of RGB (Red+Green+Blue) = 189+113+203=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71CB is #428E34. Grayscale: #919191. Windows color (decimal): -4361781 or 13332925. OLE color: 13332925.

HSL color Cylindrical-coordinate representation of color #BD71CB: hue angle of 290.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD71CB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 113 203 -
CMYK 0.07 0.44 0 0.20
HSL 290.67º 0.46% 0.62% -
HSV(B) 290.67º 0.44% 0.8% -
XYZ 37.67 26.94 59.71 -
YUV 145.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 189 113 203 0.07 0.44 0 0.20 290.67 0.46 0.62
Hex BD 71 CB 7 2C 0 14 123 2E 3E
Octal 275 161 313 7 54 0 24 443 56 76
Binary 10111101 1110001 11001011 111 101100 0 10100 100100011 101110 111110

Color Harmonies of #BD71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71CB

Black with #BD71CB

Text Example


Text Example

White with #BD71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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