Html Css Color HEX #B25EDA Medium Orchid

📋 copy color: '#B25EDA'

red 178 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #B25EDA

Tints of Medium Orchid #B25EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 36.33%
G = 19.18%
B = 44.49%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B25EDA (or 0xB25EDA) is known color: Medium Orchid. HEX triplet: B2, 5E and DA. RGB value is (178,94,218). Sum of RGB (Red+Green+Blue) = 178+94+218=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #B25EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EDA is #4DA125. Grayscale: #848484. Windows color (decimal): -5087526 or 14311090. OLE color: 14311090.

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

Color convert

RGB 178 94 218 -
CMYK 0.18 0.57 0 0.15
HSL 280.65º 0.63% 0.61% -
HSV(B) 280.65º 0.57% 0.85% -
XYZ 35.02 22.53 68.83 -
YUV 133.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 178 94 218 0.18 0.57 0 0.15 280.65 0.63 0.61
Hex B2 5E DA 12 39 0 F 119 3F 3D
Octal 262 136 332 22 71 0 17 431 77 75
Binary 10110010 1011110 11011010 10010 111001 0 1111 100011001 111111 111101

Color Harmonies of #B25EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EDA

Black with #B25EDA

Text Example


Text Example

White with #B25EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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