Html Css Color HEX #B25ADC Medium Orchid

📋 copy color: '#B25ADC'

red 178 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #B25ADC

Tints of Medium Orchid #B25ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 36.48%
G = 18.44%
B = 45.08%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B25ADC (or 0xB25ADC) is known color: Medium Orchid. HEX triplet: B2, 5A and DC. RGB value is (178,90,220). Sum of RGB (Red+Green+Blue) = 178+90+220=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B25ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ADC is #4DA523. Grayscale: #828282. Windows color (decimal): -5088548 or 14441138. OLE color: 14441138.

HSL color Cylindrical-coordinate representation of color #B25ADC: hue angle of 280.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25ADC is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 90 220 -
CMYK 0.19 0.59 0 0.14
HSL 280.62º 0.65% 0.61% -
HSV(B) 280.62º 0.59% 0.86% -
XYZ 34.93 21.94 70.1 -
YUV 131.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 178 90 220 0.19 0.59 0 0.14 280.62 0.65 0.61
Hex B2 5A DC 13 3B 0 E 119 41 3D
Octal 262 132 334 23 73 0 16 431 101 75
Binary 10110010 1011010 11011100 10011 111011 0 1110 100011001 1000001 111101

Color Harmonies of #B25ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ADC

Black with #B25ADC

Text Example


Text Example

White with #B25ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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