Html Css Color HEX #B75FCD Medium Orchid

📋 copy color: '#B75FCD'

red 183 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #B75FCD

Tints of Medium Orchid #B75FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 37.89%
G = 19.67%
B = 42.44%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B75FCD (or 0xB75FCD) is known color: Medium Orchid. HEX triplet: B7, 5F and CD. RGB value is (183,95,205). Sum of RGB (Red+Green+Blue) = 183+95+205=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #B75FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FCD is #48A032. Grayscale: #858585. Windows color (decimal): -4759603 or 13459383. OLE color: 13459383.

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

Color convert

RGB 183 95 205 -
CMYK 0.11 0.54 0 0.20
HSL 288º 0.52% 0.59% -
HSV(B) 288º 0.54% 0.8% -
XYZ 34.64 22.66 60.31 -
YUV 133.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 183 95 205 0.11 0.54 0 0.20 288 0.52 0.59
Hex B7 5F CD B 36 0 14 120 34 3B
Octal 267 137 315 13 66 0 24 440 64 73
Binary 10110111 1011111 11001101 1011 110110 0 10100 100100000 110100 111011

Color Harmonies of #B75FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75FCD

Black with #B75FCD

Text Example


Text Example

White with #B75FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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