Html Css Color HEX #B75CCC Medium Orchid

📋 copy color: '#B75CCC'

red 183 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B75CCC

Tints of Medium Orchid #B75CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

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

R = 38.2%
G = 19.21%
B = 42.59%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B75CCC (or 0xB75CCC) is known color: Medium Orchid. HEX triplet: B7, 5C and CC. RGB value is (183,92,204). Sum of RGB (Red+Green+Blue) = 183+92+204=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B75CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CCC is #48A333. Grayscale: #838383. Windows color (decimal): -4760372 or 13393079. OLE color: 13393079.

HSL color Cylindrical-coordinate representation of color #B75CCC: hue angle of 288.75º 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 #B75CCC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 92 204 -
CMYK 0.10 0.55 0 0.2
HSL 288.75º 0.52% 0.58% -
HSV(B) 288.75º 0.55% 0.8% -
XYZ 34.25 22.08 59.58 -
YUV 131.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 183 92 204 0.10 0.55 0 0.2 288.75 0.52 0.58
Hex B7 5C CC A 37 0 14 121 34 3A
Octal 267 134 314 12 67 0 24 441 64 72
Binary 10110111 1011100 11001100 1010 110111 0 10100 100100001 110100 111010

Color Harmonies of #B75CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75CCC

Black with #B75CCC

Text Example


Text Example

White with #B75CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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