Html Css Color HEX #B25EDD Medium Orchid

📋 copy color: '#B25EDD'

red 178 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #B25EDD

Tints of Medium Orchid #B25EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 36.11%
G = 19.07%
B = 44.83%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B25EDD (or 0xB25EDD) is known color: Medium Orchid. HEX triplet: B2, 5E and DD. RGB value is (178,94,221). Sum of RGB (Red+Green+Blue) = 178+94+221=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #B25EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EDD is #4DA122. Grayscale: #858585. Windows color (decimal): -5087523 or 14507698. OLE color: 14507698.

HSL color Cylindrical-coordinate representation of color #B25EDD: hue angle of 279.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25EDD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 94 221 -
CMYK 0.19 0.57 0 0.13
HSL 279.69º 0.65% 0.62% -
HSV(B) 279.69º 0.57% 0.87% -
XYZ 35.41 22.69 70.92 -
YUV 133.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 178 94 221 0.19 0.57 0 0.13 279.69 0.65 0.62
Hex B2 5E DD 13 39 0 D 118 41 3E
Octal 262 136 335 23 71 0 15 430 101 76
Binary 10110010 1011110 11011101 10011 111001 0 1101 100011000 1000001 111110

Color Harmonies of #B25EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EDD

Black with #B25EDD

Text Example


Text Example

White with #B25EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EDD; }

 p { color: rgb(178,94,221); }

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

background-color css

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

 a { background-color: rgb(178,94,221); }

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

border-color css

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

 span { border-color: rgb(178,94,221); }

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