Html Css Color HEX #B349ED Medium Orchid

📋 copy color: '#B349ED'

red 179 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #B349ED

Tints of Medium Orchid #B349ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.93%

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

R = 36.61%
G = 14.93%
B = 48.47%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B349ED (or 0xB349ED) is known color: Medium Orchid. HEX triplet: B3, 49 and ED. RGB value is (179,73,237). Sum of RGB (Red+Green+Blue) = 179+73+237=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #B349ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B349ED is #4CB612. Grayscale: #7A7A7A. Windows color (decimal): -5027347 or 15550899. OLE color: 15550899.

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

Color convert

RGB 179 73 237 -
CMYK 0.24 0.69 0 0.07
HSL 278.78º 0.82% 0.61% -
HSV(B) 278.78º 0.69% 0.93% -
XYZ 36.26 20.46 82.16 -
YUV 123.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 179 73 237 0.24 0.69 0 0.07 278.78 0.82 0.61
Hex B3 49 ED 18 45 0 7 117 52 3D
Octal 263 111 355 30 105 0 7 427 122 75
Binary 10110011 1001001 11101101 11000 1000101 0 111 100010111 1010010 111101

Color Harmonies of #B349ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349ED

Black with #B349ED

Text Example


Text Example

White with #B349ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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