Html Css Color HEX #B34EED Medium Orchid

📋 copy color: '#B34EED'

red 179 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #B34EED

Tints of Medium Orchid #B34EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.79%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 36.23%
G = 15.79%
B = 47.98%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B34EED (or 0xB34EED) is known color: Medium Orchid. HEX triplet: B3, 4E and ED. RGB value is (179,78,237). Sum of RGB (Red+Green+Blue) = 179+78+237=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B34EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34EED is #4CB112. Grayscale: #7D7D7D. Windows color (decimal): -5026067 or 15552179. OLE color: 15552179.

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

Color convert

RGB 179 78 237 -
CMYK 0.24 0.67 0 0.07
HSL 278.11º 0.82% 0.62% -
HSV(B) 278.11º 0.67% 0.93% -
XYZ 36.6 21.15 82.27 -
YUV 126.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 179 78 237 0.24 0.67 0 0.07 278.11 0.82 0.62
Hex B3 4E ED 18 43 0 7 116 52 3E
Octal 263 116 355 30 103 0 7 426 122 76
Binary 10110011 1001110 11101101 11000 1000011 0 111 100010110 1010010 111110

Color Harmonies of #B34EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EED

Black with #B34EED

Text Example


Text Example

White with #B34EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EED; }

 p { color: rgb(179,78,237); }

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

background-color css

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

 a { background-color: rgb(179,78,237); }

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

border-color css

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

 span { border-color: rgb(179,78,237); }

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