Html Css Color HEX #B351DD Medium Orchid

📋 copy color: '#B351DD'

red 179 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #B351DD

Tints of Medium Orchid #B351DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

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

R = 37.21%
G = 16.84%
B = 45.95%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B351DD (or 0xB351DD) is known color: Medium Orchid. HEX triplet: B3, 51 and DD. RGB value is (179,81,221). Sum of RGB (Red+Green+Blue) = 179+81+221=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B351DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351DD is #4CAE22. Grayscale: #7D7D7D. Windows color (decimal): -5025315 or 14504371. OLE color: 14504371.

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

Color convert

RGB 179 81 221 -
CMYK 0.19 0.63 0 0.13
HSL 282º 0.67% 0.59% -
HSV(B) 282º 0.63% 0.87% -
XYZ 34.58 20.69 70.58 -
YUV 126.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 179 81 221 0.19 0.63 0 0.13 282 0.67 0.59
Hex B3 51 DD 13 3F 0 D 11A 43 3B
Octal 263 121 335 23 77 0 15 432 103 73
Binary 10110011 1010001 11011101 10011 111111 0 1101 100011010 1000011 111011

Color Harmonies of #B351DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351DD

Black with #B351DD

Text Example


Text Example

White with #B351DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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