Html Css Color HEX #B254C2 Medium Orchid

📋 copy color: '#B254C2'

red 178 ◦ green 84 ◦ blue 194

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

Shades of Medium Orchid #B254C2

Tints of Medium Orchid #B254C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 39.04%
G = 18.42%
B = 42.54%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B254C2 (or 0xB254C2) is known color: Medium Orchid. HEX triplet: B2, 54 and C2. RGB value is (178,84,194). Sum of RGB (Red+Green+Blue) = 178+84+194=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #B254C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254C2 is #4DAB3D. Grayscale: #7C7C7C. Windows color (decimal): -5090110 or 12735666. OLE color: 12735666.

HSL color Cylindrical-coordinate representation of color #B254C2: hue angle of 291.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B254C2 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 84 194 -
CMYK 0.08 0.57 0 0.24
HSL 291.27º 0.47% 0.55% -
HSV(B) 291.27º 0.57% 0.76% -
XYZ 31.27 19.7 53.19 -
YUV 124.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 178 84 194 0.08 0.57 0 0.24 291.27 0.47 0.55
Hex B2 54 C2 8 39 0 18 123 2F 37
Octal 262 124 302 10 71 0 30 443 57 67
Binary 10110010 1010100 11000010 1000 111001 0 11000 100100011 101111 110111

Color Harmonies of #B254C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254C2

Black with #B254C2

Text Example


Text Example

White with #B254C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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