Html Css Color HEX #B75BCB Medium Orchid

📋 copy color: '#B75BCB'

red 183 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #B75BCB

Tints of Medium Orchid #B75BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.08%

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

R = 38.36%
G = 19.08%
B = 42.56%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B75BCB (or 0xB75BCB) is known color: Medium Orchid. HEX triplet: B7, 5B and CB. RGB value is (183,91,203). Sum of RGB (Red+Green+Blue) = 183+91+203=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B75BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75BCB is #48A434. Grayscale: #828282. Windows color (decimal): -4760629 or 13327287. OLE color: 13327287.

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

Color convert

RGB 183 91 203 -
CMYK 0.10 0.55 0 0.20
HSL 289.29º 0.52% 0.58% -
HSV(B) 289.29º 0.55% 0.8% -
XYZ 34.05 21.86 58.92 -
YUV 131.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 183 91 203 0.10 0.55 0 0.20 289.29 0.52 0.58
Hex B7 5B CB A 37 0 14 121 34 3A
Octal 267 133 313 12 67 0 24 441 64 72
Binary 10110111 1011011 11001011 1010 110111 0 10100 100100001 110100 111010

Color Harmonies of #B75BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BCB

Black with #B75BCB

Text Example


Text Example

White with #B75BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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