Html Css Color HEX #BD74CB Medium Orchid

📋 copy color: '#BD74CB'

red 189 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #BD74CB

Tints of Medium Orchid #BD74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.83%

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

R = 37.2%
G = 22.83%
B = 39.96%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD74CB (or 0xBD74CB) is known color: Medium Orchid. HEX triplet: BD, 74 and CB. RGB value is (189,116,203). Sum of RGB (Red+Green+Blue) = 189+116+203=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74CB is #428B34. Grayscale: #939393. Windows color (decimal): -4361013 or 13333693. OLE color: 13333693.

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

Color convert

RGB 189 116 203 -
CMYK 0.07 0.43 0 0.20
HSL 290.34º 0.46% 0.63% -
HSV(B) 290.34º 0.43% 0.8% -
XYZ 38.01 27.62 59.83 -
YUV 147.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 189 116 203 0.07 0.43 0 0.20 290.34 0.46 0.63
Hex BD 74 CB 7 2B 0 14 122 2E 3F
Octal 275 164 313 7 53 0 24 442 56 77
Binary 10111101 1110100 11001011 111 101011 0 10100 100100010 101110 111111

Color Harmonies of #BD74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74CB

Black with #BD74CB

Text Example


Text Example

White with #BD74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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