Html Css Color HEX #B35AFF Medium Orchid

📋 copy color: '#B35AFF'

red 179 ◦ green 90 ◦ blue 255

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

Shades of Medium Orchid #B35AFF

Tints of Medium Orchid #B35AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 34.16%
G = 17.18%
B = 48.66%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B35AFF (or 0xB35AFF) is known color: Medium Orchid. HEX triplet: B3, 5A and FF. RGB value is (179,90,255). Sum of RGB (Red+Green+Blue) = 179+90+255=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B35AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35AFF is #4CA500. Grayscale: #868686. Windows color (decimal): -5022977 or 16734899. OLE color: 16734899.

HSL color Cylindrical-coordinate representation of color #B35AFF: hue angle of 272.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B35AFF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 90 255 -
CMYK 0.30 0.65 0 0
HSL 272.36º 1% 0.68% -
HSV(B) 272.36º 0.65% 1% -
XYZ 40.3 24.12 97.14 -
YUV 135.42 195.49 159.08 -
System Red Green Blue C M Y K H S L
Decimal 179 90 255 0.30 0.65 0 0 272.36 1 0.68
Hex B3 5A FF 1E 41 0 0 110 64 44
Octal 263 132 377 36 101 0 0 420 144 104
Binary 10110011 1011010 11111111 11110 1000001 0 0 100010000 1100100 1000100

Color Harmonies of #B35AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35AFF

Black with #B35AFF

Text Example


Text Example

White with #B35AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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