Html Css Color HEX #B25BDC Medium Orchid

📋 copy color: '#B25BDC'

red 178 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #B25BDC

Tints of Medium Orchid #B25BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.61%

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

R = 36.4%
G = 18.61%
B = 44.99%

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

#B25BDC (or 0xB25BDC) is known color: Medium Orchid. HEX triplet: B2, 5B and DC. RGB value is (178,91,220). Sum of RGB (Red+Green+Blue) = 178+91+220=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B25BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BDC is #4DA423. Grayscale: #838383. Windows color (decimal): -5088292 or 14441394. OLE color: 14441394.

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

Color convert

RGB 178 91 220 -
CMYK 0.19 0.59 0 0.14
HSL 280.47º 0.65% 0.61% -
HSV(B) 280.47º 0.59% 0.86% -
XYZ 35.02 22.11 70.13 -
YUV 131.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 178 91 220 0.19 0.59 0 0.14 280.47 0.65 0.61
Hex B2 5B DC 13 3B 0 E 118 41 3D
Octal 262 133 334 23 73 0 16 430 101 75
Binary 10110010 1011011 11011100 10011 111011 0 1110 100011000 1000001 111101

Color Harmonies of #B25BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BDC

Black with #B25BDC

Text Example


Text Example

White with #B25BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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