Html Css Color HEX #B25AD8 Medium Orchid

📋 copy color: '#B25AD8'

red 178 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #B25AD8

Tints of Medium Orchid #B25AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 36.78%
G = 18.6%
B = 44.63%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B25AD8 (or 0xB25AD8) is known color: Medium Orchid. HEX triplet: B2, 5A and D8. RGB value is (178,90,216). Sum of RGB (Red+Green+Blue) = 178+90+216=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #B25AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AD8 is #4DA527. Grayscale: #828282. Windows color (decimal): -5088552 or 14178994. OLE color: 14178994.

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

Color convert

RGB 178 90 216 -
CMYK 0.18 0.58 0 0.15
HSL 281.9º 0.62% 0.6% -
HSV(B) 281.9º 0.58% 0.85% -
XYZ 34.41 21.74 67.35 -
YUV 130.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 178 90 216 0.18 0.58 0 0.15 281.9 0.62 0.6
Hex B2 5A D8 12 3A 0 F 11A 3E 3C
Octal 262 132 330 22 72 0 17 432 76 74
Binary 10110010 1011010 11011000 10010 111010 0 1111 100011010 111110 111100

Color Harmonies of #B25AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AD8

Black with #B25AD8

Text Example


Text Example

White with #B25AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AD8; }

 p { color: rgb(178,90,216); }

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

background-color css

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

 a { background-color: rgb(178,90,216); }

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

border-color css

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

 span { border-color: rgb(178,90,216); }

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