Html Css Color HEX #B342EE Medium Orchid

📋 copy color: '#B342EE'

red 179 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #B342EE

Tints of Medium Orchid #B342EE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.66%

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

R = 37.06%
G = 13.66%
B = 49.28%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B342EE (or 0xB342EE) is known color: Medium Orchid. HEX triplet: B3, 42 and EE. RGB value is (179,66,238). Sum of RGB (Red+Green+Blue) = 179+66+238=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #B342EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B342EE is #4CBD11. Grayscale: #767676. Windows color (decimal): -5029138 or 15614643. OLE color: 15614643.

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

Color convert

RGB 179 66 238 -
CMYK 0.25 0.72 0 0.07
HSL 279.42º 0.83% 0.6% -
HSV(B) 279.42º 0.72% 0.93% -
XYZ 35.97 19.65 82.79 -
YUV 119.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 179 66 238 0.25 0.72 0 0.07 279.42 0.83 0.6
Hex B3 42 EE 19 48 0 7 117 53 3C
Octal 263 102 356 31 110 0 7 427 123 74
Binary 10110011 1000010 11101110 11001 1001000 0 111 100010111 1010011 111100

Color Harmonies of #B342EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342EE

Black with #B342EE

Text Example


Text Example

White with #B342EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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