Html Css Color HEX #B25AD9 Medium Orchid

📋 copy color: '#B25AD9'

red 178 ◦ green 90 ◦ blue 217

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

Shades of Medium Orchid #B25AD9

Tints of Medium Orchid #B25AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 36.7%
G = 18.56%
B = 44.74%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B25AD9 (or 0xB25AD9) is known color: Medium Orchid. HEX triplet: B2, 5A and D9. RGB value is (178,90,217). Sum of RGB (Red+Green+Blue) = 178+90+217=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #B25AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AD9 is #4DA526. Grayscale: #828282. Windows color (decimal): -5088551 or 14244530. OLE color: 14244530.

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

Color convert

RGB 178 90 217 -
CMYK 0.18 0.59 0 0.15
HSL 281.57º 0.63% 0.6% -
HSV(B) 281.57º 0.59% 0.85% -
XYZ 34.54 21.79 68.03 -
YUV 130.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 178 90 217 0.18 0.59 0 0.15 281.57 0.63 0.6
Hex B2 5A D9 12 3B 0 F 11A 3F 3C
Octal 262 132 331 22 73 0 17 432 77 74
Binary 10110010 1011010 11011001 10010 111011 0 1111 100011010 111111 111100

Color Harmonies of #B25AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AD9

Black with #B25AD9

Text Example


Text Example

White with #B25AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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