Html Css Color HEX #B25ADF Medium Orchid

📋 copy color: '#B25ADF'

red 178 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #B25ADF

Tints of Medium Orchid #B25ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 36.25%
G = 18.33%
B = 45.42%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B25ADF (or 0xB25ADF) is known color: Medium Orchid. HEX triplet: B2, 5A and DF. RGB value is (178,90,223). Sum of RGB (Red+Green+Blue) = 178+90+223=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #B25ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ADF is #4DA520. Grayscale: #838383. Windows color (decimal): -5088545 or 14637746. OLE color: 14637746.

HSL color Cylindrical-coordinate representation of color #B25ADF: hue angle of 279.7º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25ADF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 90 223 -
CMYK 0.20 0.60 0 0.13
HSL 279.7º 0.68% 0.61% -
HSV(B) 279.7º 0.6% 0.87% -
XYZ 35.34 22.11 72.22 -
YUV 131.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 178 90 223 0.20 0.60 0 0.13 279.7 0.68 0.61
Hex B2 5A DF 14 3C 0 D 118 44 3D
Octal 262 132 337 24 74 0 15 430 104 75
Binary 10110010 1011010 11011111 10100 111100 0 1101 100011000 1000100 111101

Color Harmonies of #B25ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ADF

Black with #B25ADF

Text Example


Text Example

White with #B25ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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