Html Css Color HEX #B251DD Medium Orchid

📋 copy color: '#B251DD'

red 178 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #B251DD

Tints of Medium Orchid #B251DD

RGB

 RED value IS 178 (69.92% from 255) = 37.08%

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

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

R = 37.08%
G = 16.88%
B = 46.04%

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

#B251DD (or 0xB251DD) is known color: Medium Orchid. HEX triplet: B2, 51 and DD. RGB value is (178,81,221). Sum of RGB (Red+Green+Blue) = 178+81+221=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B251DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251DD is #4DAE22. Grayscale: #7D7D7D. Windows color (decimal): -5090851 or 14504370. OLE color: 14504370.

HSL color Cylindrical-coordinate representation of color #B251DD: hue angle of 281.57º 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 #B251DD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 81 221 -
CMYK 0.19 0.63 0 0.13
HSL 281.57º 0.67% 0.59% -
HSV(B) 281.57º 0.63% 0.87% -
XYZ 34.35 20.57 70.57 -
YUV 125.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 178 81 221 0.19 0.63 0 0.13 281.57 0.67 0.59
Hex B2 51 DD 13 3F 0 D 11A 43 3B
Octal 262 121 335 23 77 0 15 432 103 73
Binary 10110010 1010001 11011101 10011 111111 0 1101 100011010 1000011 111011

Color Harmonies of #B251DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251DD

Black with #B251DD

Text Example


Text Example

White with #B251DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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