Html Css Color HEX #B75DCB Medium Orchid

📋 copy color: '#B75DCB'

red 183 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #B75DCB

Tints of Medium Orchid #B75DCB

RGB

 RED value IS 183 (71.88% from 255) = 38.2%

 GREEN value IS 93 (36.72% from 255) = 19.42%

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

R = 38.2%
G = 19.42%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B75DCB (or 0xB75DCB) is known color: Medium Orchid. HEX triplet: B7, 5D and CB. RGB value is (183,93,203). Sum of RGB (Red+Green+Blue) = 183+93+203=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B75DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DCB is #48A234. Grayscale: #848484. Windows color (decimal): -4760117 or 13327799. OLE color: 13327799.

HSL color Cylindrical-coordinate representation of color #B75DCB: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75DCB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 93 203 -
CMYK 0.10 0.54 0 0.20
HSL 289.09º 0.51% 0.58% -
HSV(B) 289.09º 0.54% 0.8% -
XYZ 34.22 22.21 58.98 -
YUV 132.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 183 93 203 0.10 0.54 0 0.20 289.09 0.51 0.58
Hex B7 5D CB A 36 0 14 121 33 3A
Octal 267 135 313 12 66 0 24 441 63 72
Binary 10110111 1011101 11001011 1010 110110 0 10100 100100001 110011 111010

Color Harmonies of #B75DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75DCB

Black with #B75DCB

Text Example


Text Example

White with #B75DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75DCB; }

 p { color: rgb(183,93,203); }

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

background-color css

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

 a { background-color: rgb(183,93,203); }

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

border-color css

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

 span { border-color: rgb(183,93,203); }

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