Html Css Color HEX #B75FCC Medium Orchid

📋 copy color: '#B75FCC'

red 183 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #B75FCC

Tints of Medium Orchid #B75FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.71%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 37.97%
G = 19.71%
B = 42.32%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B75FCC (or 0xB75FCC) is known color: Medium Orchid. HEX triplet: B7, 5F and CC. RGB value is (183,95,204). Sum of RGB (Red+Green+Blue) = 183+95+204=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B75FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FCC is #48A033. Grayscale: #858585. Windows color (decimal): -4759604 or 13393847. OLE color: 13393847.

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

Color convert

RGB 183 95 204 -
CMYK 0.10 0.53 0 0.2
HSL 288.44º 0.52% 0.59% -
HSV(B) 288.44º 0.53% 0.8% -
XYZ 34.52 22.61 59.67 -
YUV 133.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 183 95 204 0.10 0.53 0 0.2 288.44 0.52 0.59
Hex B7 5F CC A 35 0 14 120 34 3B
Octal 267 137 314 12 65 0 24 440 64 73
Binary 10110111 1011111 11001100 1010 110101 0 10100 100100000 110100 111011

Color Harmonies of #B75FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75FCC

Black with #B75FCC

Text Example


Text Example

White with #B75FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75FCC; }

 p { color: rgb(183,95,204); }

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

background-color css

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

 a { background-color: rgb(183,95,204); }

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

border-color css

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

 span { border-color: rgb(183,95,204); }

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