Html Css Color HEX #B35AD8 Medium Orchid

📋 copy color: '#B35AD8'

red 179 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #B35AD8

Tints of Medium Orchid #B35AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 36.91%
G = 18.56%
B = 44.54%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B35AD8 (or 0xB35AD8) is known color: Medium Orchid. HEX triplet: B3, 5A and D8. RGB value is (179,90,216). Sum of RGB (Red+Green+Blue) = 179+90+216=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #B35AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35AD8 is #4CA527. Grayscale: #828282. Windows color (decimal): -5023016 or 14178995. OLE color: 14178995.

HSL color Cylindrical-coordinate representation of color #B35AD8: hue angle of 282.38º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B35AD8 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 90 216 -
CMYK 0.17 0.58 0 0.15
HSL 282.38º 0.62% 0.6% -
HSV(B) 282.38º 0.58% 0.85% -
XYZ 34.64 21.85 67.36 -
YUV 130.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 179 90 216 0.17 0.58 0 0.15 282.38 0.62 0.6
Hex B3 5A D8 11 3A 0 F 11A 3E 3C
Octal 263 132 330 21 72 0 17 432 76 74
Binary 10110011 1011010 11011000 10001 111010 0 1111 100011010 111110 111100

Color Harmonies of #B35AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35AD8

Black with #B35AD8

Text Example


Text Example

White with #B35AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35AD8; }

 p { color: rgb(179,90,216); }

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

background-color css

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

 a { background-color: rgb(179,90,216); }

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

border-color css

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

 span { border-color: rgb(179,90,216); }

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