Html Css Color HEX #B34BEC Medium Orchid

📋 copy color: '#B34BEC'

red 179 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #B34BEC

Tints of Medium Orchid #B34BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.31%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 36.53%
G = 15.31%
B = 48.16%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B34BEC (or 0xB34BEC) is known color: Medium Orchid. HEX triplet: B3, 4B and EC. RGB value is (179,75,236). Sum of RGB (Red+Green+Blue) = 179+75+236=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #B34BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34BEC is #4CB413. Grayscale: #7B7B7B. Windows color (decimal): -5026836 or 15485875. OLE color: 15485875.

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

Color convert

RGB 179 75 236 -
CMYK 0.24 0.68 0 0.07
HSL 278.76º 0.81% 0.61% -
HSV(B) 278.76º 0.68% 0.93% -
XYZ 36.25 20.67 81.44 -
YUV 124.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 179 75 236 0.24 0.68 0 0.07 278.76 0.81 0.61
Hex B3 4B EC 18 44 0 7 117 51 3D
Octal 263 113 354 30 104 0 7 427 121 75
Binary 10110011 1001011 11101100 11000 1000100 0 111 100010111 1010001 111101

Color Harmonies of #B34BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BEC

Black with #B34BEC

Text Example


Text Example

White with #B34BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BEC; }

 p { color: rgb(179,75,236); }

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

background-color css

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

 a { background-color: rgb(179,75,236); }

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

border-color css

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

 span { border-color: rgb(179,75,236); }

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