Html Css Color HEX #B344EE Medium Orchid

📋 copy color: '#B344EE'

red 179 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #B344EE

Tints of Medium Orchid #B344EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.02%

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

R = 36.91%
G = 14.02%
B = 49.07%

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

#B344EE (or 0xB344EE) is known color: Medium Orchid. HEX triplet: B3, 44 and EE. RGB value is (179,68,238). Sum of RGB (Red+Green+Blue) = 179+68+238=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #B344EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344EE is #4CBB11. Grayscale: #787878. Windows color (decimal): -5028626 or 15615155. OLE color: 15615155.

HSL color Cylindrical-coordinate representation of color #B344EE: hue angle of 279.18º 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 #B344EE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 68 238 -
CMYK 0.25 0.71 0 0.07
HSL 279.18º 0.83% 0.6% -
HSV(B) 279.18º 0.71% 0.93% -
XYZ 36.09 19.89 82.83 -
YUV 120.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 179 68 238 0.25 0.71 0 0.07 279.18 0.83 0.6
Hex B3 44 EE 19 47 0 7 117 53 3C
Octal 263 104 356 31 107 0 7 427 123 74
Binary 10110011 1000100 11101110 11001 1000111 0 111 100010111 1010011 111100

Color Harmonies of #B344EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344EE

Black with #B344EE

Text Example


Text Example

White with #B344EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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