Html Css Color HEX #B25DD5 Medium Orchid

📋 copy color: '#B25DD5'

red 178 ◦ green 93 ◦ blue 213

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

Shades of Medium Orchid #B25DD5

Tints of Medium Orchid #B25DD5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.21%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 36.78%
G = 19.21%
B = 44.01%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B25DD5 (or 0xB25DD5) is known color: Medium Orchid. HEX triplet: B2, 5D and D5. RGB value is (178,93,213). Sum of RGB (Red+Green+Blue) = 178+93+213=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #B25DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DD5 is #4DA22A. Grayscale: #838383. Windows color (decimal): -5087787 or 13983154. OLE color: 13983154.

HSL color Cylindrical-coordinate representation of color #B25DD5: hue angle of 282.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25DD5 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 93 213 -
CMYK 0.16 0.56 0 0.16
HSL 282.5º 0.59% 0.6% -
HSV(B) 282.5º 0.56% 0.84% -
XYZ 34.28 22.1 65.41 -
YUV 132.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 178 93 213 0.16 0.56 0 0.16 282.5 0.59 0.6
Hex B2 5D D5 10 38 0 10 11A 3B 3C
Octal 262 135 325 20 70 0 20 432 73 74
Binary 10110010 1011101 11010101 10000 111000 0 10000 100011010 111011 111100

Color Harmonies of #B25DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DD5

Black with #B25DD5

Text Example


Text Example

White with #B25DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DD5; }

 p { color: rgb(178,93,213); }

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

background-color css

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

 a { background-color: rgb(178,93,213); }

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

border-color css

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

 span { border-color: rgb(178,93,213); }

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