Html Css Color HEX #B35FCD Medium Orchid

📋 copy color: '#B35FCD'

red 179 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #B35FCD

Tints of Medium Orchid #B35FCD

RGB

 RED value IS 179 (70.31% from 255) = 37.37%

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

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

R = 37.37%
G = 19.83%
B = 42.8%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B35FCD (or 0xB35FCD) is known color: Medium Orchid. HEX triplet: B3, 5F and CD. RGB value is (179,95,205). Sum of RGB (Red+Green+Blue) = 179+95+205=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B35FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FCD is #4CA032. Grayscale: #848484. Windows color (decimal): -5021747 or 13459379. OLE color: 13459379.

HSL color Cylindrical-coordinate representation of color #B35FCD: hue angle of 285.82º 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 #B35FCD is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 95 205 -
CMYK 0.13 0.54 0 0.20
HSL 285.82º 0.52% 0.59% -
HSV(B) 285.82º 0.54% 0.8% -
XYZ 33.7 22.18 60.26 -
YUV 132.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 179 95 205 0.13 0.54 0 0.20 285.82 0.52 0.59
Hex B3 5F CD D 36 0 14 11E 34 3B
Octal 263 137 315 15 66 0 24 436 64 73
Binary 10110011 1011111 11001101 1101 110110 0 10100 100011110 110100 111011

Color Harmonies of #B35FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35FCD

Black with #B35FCD

Text Example


Text Example

White with #B35FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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