Html Css Color HEX #B25DD0 Medium Orchid

📋 copy color: '#B25DD0'

red 178 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #B25DD0

Tints of Medium Orchid #B25DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 37.16%
G = 19.42%
B = 43.42%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B25DD0 (or 0xB25DD0) is known color: Medium Orchid. HEX triplet: B2, 5D and D0. RGB value is (178,93,208). Sum of RGB (Red+Green+Blue) = 178+93+208=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #B25DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DD0 is #4DA22F. Grayscale: #838383. Windows color (decimal): -5087792 or 13655474. OLE color: 13655474.

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

Color convert

RGB 178 93 208 -
CMYK 0.14 0.55 0 0.18
HSL 284.35º 0.55% 0.59% -
HSV(B) 284.35º 0.55% 0.82% -
XYZ 33.66 21.85 62.12 -
YUV 131.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 178 93 208 0.14 0.55 0 0.18 284.35 0.55 0.59
Hex B2 5D D0 E 37 0 12 11C 37 3B
Octal 262 135 320 16 67 0 22 434 67 73
Binary 10110010 1011101 11010000 1110 110111 0 10010 100011100 110111 111011

Color Harmonies of #B25DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DD0

Black with #B25DD0

Text Example


Text Example

White with #B25DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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