Html Css Color HEX #B353FC Medium Orchid

📋 copy color: '#B353FC'

red 179 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #B353FC

Tints of Medium Orchid #B353FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 34.82%
G = 16.15%
B = 49.03%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B353FC (or 0xB353FC) is known color: Medium Orchid. HEX triplet: B3, 53 and FC. RGB value is (179,83,252). Sum of RGB (Red+Green+Blue) = 179+83+252=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #B353FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353FC is #4CAC03. Grayscale: #828282. Windows color (decimal): -5024772 or 16536499. OLE color: 16536499.

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

Color convert

RGB 179 83 252 -
CMYK 0.29 0.67 0 0.01
HSL 274.08º 0.97% 0.66% -
HSV(B) 274.08º 0.67% 0.99% -
XYZ 39.25 22.8 94.43 -
YUV 130.97 196.3 162.26 -
System Red Green Blue C M Y K H S L
Decimal 179 83 252 0.29 0.67 0 0.01 274.08 0.97 0.66
Hex B3 53 FC 1D 43 0 1 112 61 42
Octal 263 123 374 35 103 0 1 422 141 102
Binary 10110011 1010011 11111100 11101 1000011 0 1 100010010 1100001 1000010

Color Harmonies of #B353FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353FC

Black with #B353FC

Text Example


Text Example

White with #B353FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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