Html Css Color HEX #B25DD1 Medium Orchid

📋 copy color: '#B25DD1'

red 178 ◦ green 93 ◦ blue 209

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

Shades of Medium Orchid #B25DD1

Tints of Medium Orchid #B25DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 37.08%
G = 19.38%
B = 43.54%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B25DD1 (or 0xB25DD1) is known color: Medium Orchid. HEX triplet: B2, 5D and D1. RGB value is (178,93,209). Sum of RGB (Red+Green+Blue) = 178+93+209=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #B25DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DD1 is #4DA22E. Grayscale: #838383. Windows color (decimal): -5087791 or 13721010. OLE color: 13721010.

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

Color convert

RGB 178 93 209 -
CMYK 0.15 0.56 0 0.18
HSL 283.97º 0.56% 0.59% -
HSV(B) 283.97º 0.56% 0.82% -
XYZ 33.78 21.9 62.77 -
YUV 131.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 178 93 209 0.15 0.56 0 0.18 283.97 0.56 0.59
Hex B2 5D D1 F 38 0 12 11C 38 3B
Octal 262 135 321 17 70 0 22 434 70 73
Binary 10110010 1011101 11010001 1111 111000 0 10010 100011100 111000 111011

Color Harmonies of #B25DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DD1

Black with #B25DD1

Text Example


Text Example

White with #B25DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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