Html Css Color HEX #B353FB Medium Orchid

📋 copy color: '#B353FB'

red 179 ◦ green 83 ◦ blue 251

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

Shades of Medium Orchid #B353FB

Tints of Medium Orchid #B353FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 34.89%
G = 16.18%
B = 48.93%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B353FB (or 0xB353FB) is known color: Medium Orchid. HEX triplet: B3, 53 and FB. RGB value is (179,83,251). Sum of RGB (Red+Green+Blue) = 179+83+251=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #B353FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353FB is #4CAC04. Grayscale: #828282. Windows color (decimal): -5024773 or 16470963. OLE color: 16470963.

HSL color Cylindrical-coordinate representation of color #B353FB: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B353FB is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 83 251 -
CMYK 0.29 0.67 0 0.02
HSL 274.29º 0.95% 0.65% -
HSV(B) 274.29º 0.67% 0.98% -
XYZ 39.1 22.74 93.59 -
YUV 130.86 195.8 162.34 -
System Red Green Blue C M Y K H S L
Decimal 179 83 251 0.29 0.67 0 0.02 274.29 0.95 0.65
Hex B3 53 FB 1D 43 0 2 112 5F 41
Octal 263 123 373 35 103 0 2 422 137 101
Binary 10110011 1010011 11111011 11101 1000011 0 10 100010010 1011111 1000001

Color Harmonies of #B353FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353FB

Black with #B353FB

Text Example


Text Example

White with #B353FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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