Html Css Color HEX #B345EB Medium Orchid

📋 copy color: '#B345EB'

red 179 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #B345EB

Tints of Medium Orchid #B345EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.29%

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 37.06%
G = 14.29%
B = 48.65%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B345EB (or 0xB345EB) is known color: Medium Orchid. HEX triplet: B3, 45 and EB. RGB value is (179,69,235). Sum of RGB (Red+Green+Blue) = 179+69+235=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #B345EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345EB is #4CBA14. Grayscale: #787878. Windows color (decimal): -5028373 or 15418803. OLE color: 15418803.

HSL color Cylindrical-coordinate representation of color #B345EB: hue angle of 279.76º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B345EB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 69 235 -
CMYK 0.24 0.71 0 0.08
HSL 279.76º 0.81% 0.6% -
HSV(B) 279.76º 0.71% 0.92% -
XYZ 35.71 19.84 80.54 -
YUV 120.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 179 69 235 0.24 0.71 0 0.08 279.76 0.81 0.6
Hex B3 45 EB 18 47 0 8 118 51 3C
Octal 263 105 353 30 107 0 10 430 121 74
Binary 10110011 1000101 11101011 11000 1000111 0 1000 100011000 1010001 111100

Color Harmonies of #B345EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345EB

Black with #B345EB

Text Example


Text Example

White with #B345EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345EB; }

 p { color: rgb(179,69,235); }

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

background-color css

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

 a { background-color: rgb(179,69,235); }

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

border-color css

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

 span { border-color: rgb(179,69,235); }

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