Html Css Color HEX #B35AFE Medium Orchid

📋 copy color: '#B35AFE'

red 179 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #B35AFE

Tints of Medium Orchid #B35AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 34.23%
G = 17.21%
B = 48.57%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B35AFE (or 0xB35AFE) is known color: Medium Orchid. HEX triplet: B3, 5A and FE. RGB value is (179,90,254). Sum of RGB (Red+Green+Blue) = 179+90+254=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B35AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35AFE is #4CA501. Grayscale: #868686. Windows color (decimal): -5022978 or 16669363. OLE color: 16669363.

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

Color convert

RGB 179 90 254 -
CMYK 0.30 0.65 0 0.00
HSL 272.56º 0.99% 0.67% -
HSV(B) 272.56º 0.65% 1% -
XYZ 40.14 24.05 96.29 -
YUV 135.31 194.99 159.16 -
System Red Green Blue C M Y K H S L
Decimal 179 90 254 0.30 0.65 0 0.00 272.56 0.99 0.67
Hex B3 5A FE 1E 41 0 0 111 63 43
Octal 263 132 376 36 101 0 0 421 143 103
Binary 10110011 1011010 11111110 11110 1000001 0 0 100010001 1100011 1000011

Color Harmonies of #B35AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35AFE

Black with #B35AFE

Text Example


Text Example

White with #B35AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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