Html Css Color HEX #B75FDC Medium Orchid

📋 copy color: '#B75FDC'

red 183 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #B75FDC

Tints of Medium Orchid #B75FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 36.75%
G = 19.08%
B = 44.18%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B75FDC (or 0xB75FDC) is known color: Medium Orchid. HEX triplet: B7, 5F and DC. RGB value is (183,95,220). Sum of RGB (Red+Green+Blue) = 183+95+220=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B75FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FDC is #48A023. Grayscale: #878787. Windows color (decimal): -4759588 or 14442423. OLE color: 14442423.

HSL color Cylindrical-coordinate representation of color #B75FDC: hue angle of 282.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B75FDC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 95 220 -
CMYK 0.17 0.57 0 0.14
HSL 282.24º 0.64% 0.62% -
HSV(B) 282.24º 0.57% 0.86% -
XYZ 36.54 23.42 70.3 -
YUV 135.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 183 95 220 0.17 0.57 0 0.14 282.24 0.64 0.62
Hex B7 5F DC 11 39 0 E 11A 40 3E
Octal 267 137 334 21 71 0 16 432 100 76
Binary 10110111 1011111 11011100 10001 111001 0 1110 100011010 1000000 111110

Color Harmonies of #B75FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75FDC

Black with #B75FDC

Text Example


Text Example

White with #B75FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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