Html Css Color HEX #B353E7 Medium Orchid

📋 copy color: '#B353E7'

red 179 ◦ green 83 ◦ blue 231

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

Shades of Medium Orchid #B353E7

Tints of Medium Orchid #B353E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 36.31%
G = 16.84%
B = 46.86%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B353E7 (or 0xB353E7) is known color: Medium Orchid. HEX triplet: B3, 53 and E7. RGB value is (179,83,231). Sum of RGB (Red+Green+Blue) = 179+83+231=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #B353E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353E7 is #4CAC18. Grayscale: #808080. Windows color (decimal): -5024793 or 15160243. OLE color: 15160243.

HSL color Cylindrical-coordinate representation of color #B353E7: hue angle of 278.92º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B353E7 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 83 231 -
CMYK 0.23 0.64 0 0.09
HSL 278.92º 0.76% 0.62% -
HSV(B) 278.92º 0.64% 0.91% -
XYZ 36.11 21.54 77.86 -
YUV 128.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 179 83 231 0.23 0.64 0 0.09 278.92 0.76 0.62
Hex B3 53 E7 17 40 0 9 117 4C 3E
Octal 263 123 347 27 100 0 11 427 114 76
Binary 10110011 1010011 11100111 10111 1000000 0 1001 100010111 1001100 111110

Color Harmonies of #B353E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353E7

Black with #B353E7

Text Example


Text Example

White with #B353E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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