Html Css Color HEX #B353FE Medium Orchid

📋 copy color: '#B353FE'

red 179 ◦ green 83 ◦ blue 254

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

Shades of Medium Orchid #B353FE

Tints of Medium Orchid #B353FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.09%

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

R = 34.69%
G = 16.09%
B = 49.22%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B353FE (or 0xB353FE) is known color: Medium Orchid. HEX triplet: B3, 53 and FE. RGB value is (179,83,254). Sum of RGB (Red+Green+Blue) = 179+83+254=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #B353FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353FE is #4CAC01. Grayscale: #828282. Windows color (decimal): -5024770 or 16667571. OLE color: 16667571.

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

Color convert

RGB 179 83 254 -
CMYK 0.30 0.67 0 0.00
HSL 273.68º 0.99% 0.66% -
HSV(B) 273.68º 0.67% 1% -
XYZ 39.57 22.93 96.11 -
YUV 131.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 179 83 254 0.30 0.67 0 0.00 273.68 0.99 0.66
Hex B3 53 FE 1E 43 0 0 112 63 42
Octal 263 123 376 36 103 0 0 422 143 102
Binary 10110011 1010011 11111110 11110 1000011 0 0 100010010 1100011 1000010

Color Harmonies of #B353FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353FE

Black with #B353FE

Text Example


Text Example

White with #B353FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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