Html Css Color HEX #B25EDB Medium Orchid

📋 copy color: '#B25EDB'

red 178 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #B25EDB

Tints of Medium Orchid #B25EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 36.25%
G = 19.14%
B = 44.6%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B25EDB (or 0xB25EDB) is known color: Medium Orchid. HEX triplet: B2, 5E and DB. RGB value is (178,94,219). Sum of RGB (Red+Green+Blue) = 178+94+219=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B25EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EDB is #4DA124. Grayscale: #848484. Windows color (decimal): -5087525 or 14376626. OLE color: 14376626.

HSL color Cylindrical-coordinate representation of color #B25EDB: hue angle of 280.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25EDB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 94 219 -
CMYK 0.19 0.57 0 0.14
HSL 280.32º 0.63% 0.61% -
HSV(B) 280.32º 0.57% 0.86% -
XYZ 35.15 22.58 69.52 -
YUV 133.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 178 94 219 0.19 0.57 0 0.14 280.32 0.63 0.61
Hex B2 5E DB 13 39 0 E 118 3F 3D
Octal 262 136 333 23 71 0 16 430 77 75
Binary 10110010 1011110 11011011 10011 111001 0 1110 100011000 111111 111101

Color Harmonies of #B25EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EDB

Black with #B25EDB

Text Example


Text Example

White with #B25EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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