Html Css Color HEX #B348DD Medium Orchid

📋 copy color: '#B348DD'

red 179 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #B348DD

Tints of Medium Orchid #B348DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 37.92%
G = 15.25%
B = 46.82%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B348DD (or 0xB348DD) is known color: Medium Orchid. HEX triplet: B3, 48 and DD. RGB value is (179,72,221). Sum of RGB (Red+Green+Blue) = 179+72+221=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #B348DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348DD is #4CB722. Grayscale: #787878. Windows color (decimal): -5027619 or 14502067. OLE color: 14502067.

HSL color Cylindrical-coordinate representation of color #B348DD: hue angle of 283.09º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B348DD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 72 221 -
CMYK 0.19 0.67 0 0.13
HSL 283.09º 0.69% 0.57% -
HSV(B) 283.09º 0.67% 0.87% -
XYZ 33.96 19.44 70.37 -
YUV 120.98 184.45 169.38 -
System Red Green Blue C M Y K H S L
Decimal 179 72 221 0.19 0.67 0 0.13 283.09 0.69 0.57
Hex B3 48 DD 13 43 0 D 11B 45 39
Octal 263 110 335 23 103 0 15 433 105 71
Binary 10110011 1001000 11011101 10011 1000011 0 1101 100011011 1000101 111001

Color Harmonies of #B348DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348DD

Black with #B348DD

Text Example


Text Example

White with #B348DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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