Html Css Color HEX #B34DEE Medium Orchid

📋 copy color: '#B34DEE'

red 179 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #B34DEE

Tints of Medium Orchid #B34DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

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

R = 36.23%
G = 15.59%
B = 48.18%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B34DEE (or 0xB34DEE) is known color: Medium Orchid. HEX triplet: B3, 4D and EE. RGB value is (179,77,238). Sum of RGB (Red+Green+Blue) = 179+77+238=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #B34DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DEE is #4CB211. Grayscale: #7D7D7D. Windows color (decimal): -5026322 or 15617459. OLE color: 15617459.

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

Color convert

RGB 179 77 238 -
CMYK 0.25 0.68 0 0.07
HSL 278.01º 0.83% 0.62% -
HSV(B) 278.01º 0.68% 0.93% -
XYZ 36.68 21.06 83.02 -
YUV 125.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 179 77 238 0.25 0.68 0 0.07 278.01 0.83 0.62
Hex B3 4D EE 19 44 0 7 116 53 3E
Octal 263 115 356 31 104 0 7 426 123 76
Binary 10110011 1001101 11101110 11001 1000100 0 111 100010110 1010011 111110

Color Harmonies of #B34DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DEE

Black with #B34DEE

Text Example


Text Example

White with #B34DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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