Html Css Color HEX #B359FE Medium Orchid

📋 copy color: '#B359FE'

red 179 ◦ green 89 ◦ blue 254

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

Shades of Medium Orchid #B359FE

Tints of Medium Orchid #B359FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.05%

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

R = 34.29%
G = 17.05%
B = 48.66%

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

#B359FE (or 0xB359FE) is known color: Medium Orchid. HEX triplet: B3, 59 and FE. RGB value is (179,89,254). Sum of RGB (Red+Green+Blue) = 179+89+254=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B359FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359FE is #4CA601. Grayscale: #868686. Windows color (decimal): -5023234 or 16669107. OLE color: 16669107.

HSL color Cylindrical-coordinate representation of color #B359FE: hue angle of 272.73º 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 #B359FE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 89 254 -
CMYK 0.30 0.65 0 0.00
HSL 272.73º 0.99% 0.67% -
HSV(B) 272.73º 0.65% 1% -
XYZ 40.05 23.88 96.27 -
YUV 134.72 195.32 159.58 -
System Red Green Blue C M Y K H S L
Decimal 179 89 254 0.30 0.65 0 0.00 272.73 0.99 0.67
Hex B3 59 FE 1E 41 0 0 111 63 43
Octal 263 131 376 36 101 0 0 421 143 103
Binary 10110011 1011001 11111110 11110 1000001 0 0 100010001 1100011 1000011

Color Harmonies of #B359FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359FE

Black with #B359FE

Text Example


Text Example

White with #B359FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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