Html Css Color HEX #B34DEF Medium Orchid

📋 copy color: '#B34DEF'

red 179 ◦ green 77 ◦ blue 239

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

Shades of Medium Orchid #B34DEF

Tints of Medium Orchid #B34DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 36.16%
G = 15.56%
B = 48.28%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B34DEF (or 0xB34DEF) is known color: Medium Orchid. HEX triplet: B3, 4D and EF. RGB value is (179,77,239). Sum of RGB (Red+Green+Blue) = 179+77+239=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #B34DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DEF is #4CB210. Grayscale: #7D7D7D. Windows color (decimal): -5026321 or 15682995. OLE color: 15682995.

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

Color convert

RGB 179 77 239 -
CMYK 0.25 0.68 0 0.06
HSL 277.78º 0.84% 0.62% -
HSV(B) 277.78º 0.68% 0.94% -
XYZ 36.82 21.12 83.8 -
YUV 125.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 179 77 239 0.25 0.68 0 0.06 277.78 0.84 0.62
Hex B3 4D EF 19 44 0 6 116 54 3E
Octal 263 115 357 31 104 0 6 426 124 76
Binary 10110011 1001101 11101111 11001 1000100 0 110 100010110 1010100 111110

Color Harmonies of #B34DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DEF

Black with #B34DEF

Text Example


Text Example

White with #B34DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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