Html Css Color HEX #B25ED4 Medium Orchid

📋 copy color: '#B25ED4'

red 178 ◦ green 94 ◦ blue 212

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

Shades of Medium Orchid #B25ED4

Tints of Medium Orchid #B25ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 36.78%
G = 19.42%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B25ED4 (or 0xB25ED4) is known color: Medium Orchid. HEX triplet: B2, 5E and D4. RGB value is (178,94,212). Sum of RGB (Red+Green+Blue) = 178+94+212=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #B25ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ED4 is #4DA12B. Grayscale: #848484. Windows color (decimal): -5087532 or 13917874. OLE color: 13917874.

HSL color Cylindrical-coordinate representation of color #B25ED4: hue angle of 282.71º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25ED4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 94 212 -
CMYK 0.16 0.56 0 0.17
HSL 282.71º 0.58% 0.6% -
HSV(B) 282.71º 0.56% 0.83% -
XYZ 34.25 22.22 64.77 -
YUV 132.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 178 94 212 0.16 0.56 0 0.17 282.71 0.58 0.6
Hex B2 5E D4 10 38 0 11 11B 3A 3C
Octal 262 136 324 20 70 0 21 433 72 74
Binary 10110010 1011110 11010100 10000 111000 0 10001 100011011 111010 111100

Color Harmonies of #B25ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ED4

Black with #B25ED4

Text Example


Text Example

White with #B25ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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