Html Css Color HEX #B254DC Medium Orchid

📋 copy color: '#B254DC'

red 178 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #B254DC

Tints of Medium Orchid #B254DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 36.93%
G = 17.43%
B = 45.64%

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

#B254DC (or 0xB254DC) is known color: Medium Orchid. HEX triplet: B2, 54 and DC. RGB value is (178,84,220). Sum of RGB (Red+Green+Blue) = 178+84+220=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B254DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254DC is #4DAB23. Grayscale: #7F7F7F. Windows color (decimal): -5090084 or 14439602. OLE color: 14439602.

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

Color convert

RGB 178 84 220 -
CMYK 0.19 0.62 0 0.14
HSL 281.47º 0.66% 0.6% -
HSV(B) 281.47º 0.62% 0.86% -
XYZ 34.45 20.97 69.94 -
YUV 127.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 178 84 220 0.19 0.62 0 0.14 281.47 0.66 0.6
Hex B2 54 DC 13 3E 0 E 119 42 3C
Octal 262 124 334 23 76 0 16 431 102 74
Binary 10110010 1010100 11011100 10011 111110 0 1110 100011001 1000010 111100

Color Harmonies of #B254DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254DC

Black with #B254DC

Text Example


Text Example

White with #B254DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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