Html Css Color HEX #B348D2 Medium Orchid

📋 copy color: '#B348D2'

red 179 ◦ green 72 ◦ blue 210

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

Shades of Medium Orchid #B348D2

Tints of Medium Orchid #B348D2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.62%

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 38.83%
G = 15.62%
B = 45.55%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B348D2 (or 0xB348D2) is known color: Medium Orchid. HEX triplet: B3, 48 and D2. RGB value is (179,72,210). Sum of RGB (Red+Green+Blue) = 179+72+210=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #B348D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348D2 is #4CB72D. Grayscale: #777777. Windows color (decimal): -5027630 or 13781171. OLE color: 13781171.

HSL color Cylindrical-coordinate representation of color #B348D2: hue angle of 286.52º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B348D2 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 72 210 -
CMYK 0.15 0.66 0 0.18
HSL 286.52º 0.61% 0.55% -
HSV(B) 286.52º 0.66% 0.82% -
XYZ 32.54 18.87 62.9 -
YUV 119.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 179 72 210 0.15 0.66 0 0.18 286.52 0.61 0.55
Hex B3 48 D2 F 42 0 12 11F 3D 37
Octal 263 110 322 17 102 0 22 437 75 67
Binary 10110011 1001000 11010010 1111 1000010 0 10010 100011111 111101 110111

Color Harmonies of #B348D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348D2

Black with #B348D2

Text Example


Text Example

White with #B348D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348D2; }

 p { color: rgb(179,72,210); }

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

background-color css

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

 a { background-color: rgb(179,72,210); }

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

border-color css

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

 span { border-color: rgb(179,72,210); }

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