Html Css Color HEX #B25ADA Medium Orchid

📋 copy color: '#B25ADA'

red 178 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #B25ADA

Tints of Medium Orchid #B25ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 36.63%
G = 18.52%
B = 44.86%

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

#B25ADA (or 0xB25ADA) is known color: Medium Orchid. HEX triplet: B2, 5A and DA. RGB value is (178,90,218). Sum of RGB (Red+Green+Blue) = 178+90+218=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #B25ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ADA is #4DA525. Grayscale: #828282. Windows color (decimal): -5088550 or 14310066. OLE color: 14310066.

HSL color Cylindrical-coordinate representation of color #B25ADA: hue angle of 281.25º 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 #B25ADA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 90 218 -
CMYK 0.18 0.59 0 0.15
HSL 281.25º 0.63% 0.6% -
HSV(B) 281.25º 0.59% 0.85% -
XYZ 34.67 21.84 68.72 -
YUV 130.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 178 90 218 0.18 0.59 0 0.15 281.25 0.63 0.6
Hex B2 5A DA 12 3B 0 F 119 3F 3C
Octal 262 132 332 22 73 0 17 431 77 74
Binary 10110010 1011010 11011010 10010 111011 0 1111 100011001 111111 111100

Color Harmonies of #B25ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ADA

Black with #B25ADA

Text Example


Text Example

White with #B25ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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