Html Css Color HEX #B254DB Medium Orchid

📋 copy color: '#B254DB'

red 178 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B254DB

Tints of Medium Orchid #B254DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 37.01%
G = 17.46%
B = 45.53%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B254DB (or 0xB254DB) is known color: Medium Orchid. HEX triplet: B2, 54 and DB. RGB value is (178,84,219). Sum of RGB (Red+Green+Blue) = 178+84+219=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B254DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254DB is #4DAB24. Grayscale: #7F7F7F. Windows color (decimal): -5090085 or 14374066. OLE color: 14374066.

HSL color Cylindrical-coordinate representation of color #B254DB: hue angle of 281.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B254DB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 84 219 -
CMYK 0.19 0.62 0 0.14
HSL 281.78º 0.65% 0.59% -
HSV(B) 281.78º 0.62% 0.86% -
XYZ 34.32 20.92 69.25 -
YUV 127.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 178 84 219 0.19 0.62 0 0.14 281.78 0.65 0.59
Hex B2 54 DB 13 3E 0 E 11A 41 3B
Octal 262 124 333 23 76 0 16 432 101 73
Binary 10110010 1010100 11011011 10011 111110 0 1110 100011010 1000001 111011

Color Harmonies of #B254DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254DB

Black with #B254DB

Text Example


Text Example

White with #B254DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254DB; }

 p { color: rgb(178,84,219); }

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

background-color css

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

 a { background-color: rgb(178,84,219); }

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

border-color css

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

 span { border-color: rgb(178,84,219); }

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