Html Css Color HEX #B251DA Medium Orchid

📋 copy color: '#B251DA'

red 178 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #B251DA

Tints of Medium Orchid #B251DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 37.32%
G = 16.98%
B = 45.7%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B251DA (or 0xB251DA) is known color: Medium Orchid. HEX triplet: B2, 51 and DA. RGB value is (178,81,218). Sum of RGB (Red+Green+Blue) = 178+81+218=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #B251DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251DA is #4DAE25. Grayscale: #7D7D7D. Windows color (decimal): -5090854 or 14307762. OLE color: 14307762.

HSL color Cylindrical-coordinate representation of color #B251DA: hue angle of 282.48º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B251DA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 81 218 -
CMYK 0.18 0.63 0 0.15
HSL 282.48º 0.65% 0.59% -
HSV(B) 282.48º 0.63% 0.85% -
XYZ 33.96 20.41 68.48 -
YUV 125.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 178 81 218 0.18 0.63 0 0.15 282.48 0.65 0.59
Hex B2 51 DA 12 3F 0 F 11A 41 3B
Octal 262 121 332 22 77 0 17 432 101 73
Binary 10110010 1010001 11011010 10010 111111 0 1111 100011010 1000001 111011

Color Harmonies of #B251DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251DA

Black with #B251DA

Text Example


Text Example

White with #B251DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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