Html Css Color HEX #BD75CB Medium Orchid

📋 copy color: '#BD75CB'

red 189 ◦ green 117 ◦ blue 203

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

Shades of Medium Orchid #BD75CB

Tints of Medium Orchid #BD75CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

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

R = 37.13%
G = 22.99%
B = 39.88%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD75CB (or 0xBD75CB) is known color: Medium Orchid. HEX triplet: BD, 75 and CB. RGB value is (189,117,203). Sum of RGB (Red+Green+Blue) = 189+117+203=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75CB is #428A34. Grayscale: #949494. Windows color (decimal): -4360757 or 13333949. OLE color: 13333949.

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

Color convert

RGB 189 117 203 -
CMYK 0.07 0.42 0 0.20
HSL 290.23º 0.45% 0.63% -
HSV(B) 290.23º 0.42% 0.8% -
XYZ 38.13 27.85 59.87 -
YUV 148.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 189 117 203 0.07 0.42 0 0.20 290.23 0.45 0.63
Hex BD 75 CB 7 2A 0 14 122 2D 3F
Octal 275 165 313 7 52 0 24 442 55 77
Binary 10111101 1110101 11001011 111 101010 0 10100 100100010 101101 111111

Color Harmonies of #BD75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75CB

Black with #BD75CB

Text Example


Text Example

White with #BD75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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