Html Css Color HEX #B345EE Medium Orchid

📋 copy color: '#B345EE'

red 179 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #B345EE

Tints of Medium Orchid #B345EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 36.83%
G = 14.2%
B = 48.97%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B345EE (or 0xB345EE) is known color: Medium Orchid. HEX triplet: B3, 45 and EE. RGB value is (179,69,238). Sum of RGB (Red+Green+Blue) = 179+69+238=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B345EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345EE is #4CBA11. Grayscale: #787878. Windows color (decimal): -5028370 or 15615411. OLE color: 15615411.

HSL color Cylindrical-coordinate representation of color #B345EE: hue angle of 279.05º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B345EE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 69 238 -
CMYK 0.25 0.71 0 0.07
HSL 279.05º 0.83% 0.6% -
HSV(B) 279.05º 0.71% 0.93% -
XYZ 36.15 20.01 82.85 -
YUV 121.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 179 69 238 0.25 0.71 0 0.07 279.05 0.83 0.6
Hex B3 45 EE 19 47 0 7 117 53 3C
Octal 263 105 356 31 107 0 7 427 123 74
Binary 10110011 1000101 11101110 11001 1000111 0 111 100010111 1010011 111100

Color Harmonies of #B345EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345EE

Black with #B345EE

Text Example


Text Example

White with #B345EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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