Html Css Color HEX #B345EA Medium Orchid

📋 copy color: '#B345EA'

red 179 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #B345EA

Tints of Medium Orchid #B345EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 37.14%
G = 14.32%
B = 48.55%

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

#B345EA (or 0xB345EA) is known color: Medium Orchid. HEX triplet: B3, 45 and EA. RGB value is (179,69,234). Sum of RGB (Red+Green+Blue) = 179+69+234=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #B345EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345EA is #4CBA15. Grayscale: #787878. Windows color (decimal): -5028374 or 15353267. OLE color: 15353267.

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

Color convert

RGB 179 69 234 -
CMYK 0.24 0.71 0 0.08
HSL 280º 0.8% 0.59% -
HSV(B) 280º 0.71% 0.92% -
XYZ 35.57 19.78 79.79 -
YUV 120.7 191.94 169.58 -
System Red Green Blue C M Y K H S L
Decimal 179 69 234 0.24 0.71 0 0.08 280 0.8 0.59
Hex B3 45 EA 18 47 0 8 118 50 3B
Octal 263 105 352 30 107 0 10 430 120 73
Binary 10110011 1000101 11101010 11000 1000111 0 1000 100011000 1010000 111011

Color Harmonies of #B345EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345EA

Black with #B345EA

Text Example


Text Example

White with #B345EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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