Html Css Color HEX #B25EED Medium Orchid

📋 copy color: '#B25EED'

red 178 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #B25EED

Tints of Medium Orchid #B25EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 34.97%
G = 18.47%
B = 46.56%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B25EED (or 0xB25EED) is known color: Medium Orchid. HEX triplet: B2, 5E and ED. RGB value is (178,94,237). Sum of RGB (Red+Green+Blue) = 178+94+237=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #B25EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EED is #4DA112. Grayscale: #868686. Windows color (decimal): -5087507 or 15556274. OLE color: 15556274.

HSL color Cylindrical-coordinate representation of color #B25EED: hue angle of 275.24º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25EED is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 94 237 -
CMYK 0.25 0.60 0 0.07
HSL 275.24º 0.8% 0.65% -
HSV(B) 275.24º 0.6% 0.93% -
XYZ 37.65 23.58 82.69 -
YUV 135.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 178 94 237 0.25 0.60 0 0.07 275.24 0.8 0.65
Hex B2 5E ED 19 3C 0 7 113 50 41
Octal 262 136 355 31 74 0 7 423 120 101
Binary 10110010 1011110 11101101 11001 111100 0 111 100010011 1010000 1000001

Color Harmonies of #B25EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EED

Black with #B25EED

Text Example


Text Example

White with #B25EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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