Html Css Color HEX #B35FDD Medium Orchid

📋 copy color: '#B35FDD'

red 179 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #B35FDD

Tints of Medium Orchid #B35FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 36.16%
G = 19.19%
B = 44.65%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B35FDD (or 0xB35FDD) is known color: Medium Orchid. HEX triplet: B3, 5F and DD. RGB value is (179,95,221). Sum of RGB (Red+Green+Blue) = 179+95+221=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B35FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FDD is #4CA022. Grayscale: #868686. Windows color (decimal): -5021731 or 14507955. OLE color: 14507955.

HSL color Cylindrical-coordinate representation of color #B35FDD: hue angle of 280º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B35FDD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 95 221 -
CMYK 0.19 0.57 0 0.13
HSL 280º 0.65% 0.62% -
HSV(B) 280º 0.57% 0.87% -
XYZ 35.73 22.99 70.96 -
YUV 134.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 179 95 221 0.19 0.57 0 0.13 280 0.65 0.62
Hex B3 5F DD 13 39 0 D 118 41 3E
Octal 263 137 335 23 71 0 15 430 101 76
Binary 10110011 1011111 11011101 10011 111001 0 1101 100011000 1000001 111110

Color Harmonies of #B35FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35FDD

Black with #B35FDD

Text Example


Text Example

White with #B35FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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