Html Css Color HEX #B34EFF Medium Orchid

📋 copy color: '#B34EFF'

red 179 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #B34EFF

Tints of Medium Orchid #B34EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 34.96%
G = 15.23%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B34EFF (or 0xB34EFF) is known color: Medium Orchid. HEX triplet: B3, 4E and FF. RGB value is (179,78,255). Sum of RGB (Red+Green+Blue) = 179+78+255=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B34EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34EFF is #4CB100. Grayscale: #7F7F7F. Windows color (decimal): -5026049 or 16731827. OLE color: 16731827.

HSL color Cylindrical-coordinate representation of color #B34EFF: hue angle of 274.24º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34EFF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 78 255 -
CMYK 0.30 0.69 0 0
HSL 274.24º 1% 0.65% -
HSV(B) 274.24º 0.69% 1% -
XYZ 39.36 22.25 96.83 -
YUV 128.38 199.46 164.11 -
System Red Green Blue C M Y K H S L
Decimal 179 78 255 0.30 0.69 0 0 274.24 1 0.65
Hex B3 4E FF 1E 45 0 0 112 64 41
Octal 263 116 377 36 105 0 0 422 144 101
Binary 10110011 1001110 11111111 11110 1000101 0 0 100010010 1100100 1000001

Color Harmonies of #B34EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EFF

Black with #B34EFF

Text Example


Text Example

White with #B34EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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