Html Css Color HEX #B353F7 Medium Orchid

📋 copy color: '#B353F7'

red 179 ◦ green 83 ◦ blue 247

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

Shades of Medium Orchid #B353F7

Tints of Medium Orchid #B353F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 35.17%
G = 16.31%
B = 48.53%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B353F7 (or 0xB353F7) is known color: Medium Orchid. HEX triplet: B3, 53 and F7. RGB value is (179,83,247). Sum of RGB (Red+Green+Blue) = 179+83+247=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #B353F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353F7 is #4CAC08. Grayscale: #818181. Windows color (decimal): -5024777 or 16208819. OLE color: 16208819.

HSL color Cylindrical-coordinate representation of color #B353F7: hue angle of 275.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B353F7 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 83 247 -
CMYK 0.28 0.66 0 0.03
HSL 275.12º 0.91% 0.65% -
HSV(B) 275.12º 0.66% 0.97% -
XYZ 38.47 22.49 90.31 -
YUV 130.4 193.8 162.66 -
System Red Green Blue C M Y K H S L
Decimal 179 83 247 0.28 0.66 0 0.03 275.12 0.91 0.65
Hex B3 53 F7 1C 42 0 3 113 5B 41
Octal 263 123 367 34 102 0 3 423 133 101
Binary 10110011 1010011 11110111 11100 1000010 0 11 100010011 1011011 1000001

Color Harmonies of #B353F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353F7

Black with #B353F7

Text Example


Text Example

White with #B353F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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