Html Css Color HEX #B25ECF Medium Orchid

📋 copy color: '#B25ECF'

red 178 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #B25ECF

Tints of Medium Orchid #B25ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 37.16%
G = 19.62%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B25ECF (or 0xB25ECF) is known color: Medium Orchid. HEX triplet: B2, 5E and CF. RGB value is (178,94,207). Sum of RGB (Red+Green+Blue) = 178+94+207=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B25ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ECF is #4DA130. Grayscale: #838383. Windows color (decimal): -5087537 or 13590194. OLE color: 13590194.

HSL color Cylindrical-coordinate representation of color #B25ECF: hue angle of 284.6º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25ECF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 94 207 -
CMYK 0.14 0.55 0 0.19
HSL 284.6º 0.54% 0.59% -
HSV(B) 284.6º 0.55% 0.81% -
XYZ 33.63 21.98 61.5 -
YUV 132 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 178 94 207 0.14 0.55 0 0.19 284.6 0.54 0.59
Hex B2 5E CF E 37 0 13 11D 36 3B
Octal 262 136 317 16 67 0 23 435 66 73
Binary 10110010 1011110 11001111 1110 110111 0 10011 100011101 110110 111011

Color Harmonies of #B25ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ECF

Black with #B25ECF

Text Example


Text Example

White with #B25ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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