Html Css Color HEX #B25AEC Medium Orchid

📋 copy color: '#B25AEC'

red 178 ◦ green 90 ◦ blue 236

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

Shades of Medium Orchid #B25AEC

Tints of Medium Orchid #B25AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.86%

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 35.32%
G = 17.86%
B = 46.83%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B25AEC (or 0xB25AEC) is known color: Medium Orchid. HEX triplet: B2, 5A and EC. RGB value is (178,90,236). Sum of RGB (Red+Green+Blue) = 178+90+236=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #B25AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25AEC is #4DA513. Grayscale: #848484. Windows color (decimal): -5088532 or 15489714. OLE color: 15489714.

HSL color Cylindrical-coordinate representation of color #B25AEC: hue angle of 276.16º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25AEC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 90 236 -
CMYK 0.25 0.62 0 0.07
HSL 276.16º 0.79% 0.64% -
HSV(B) 276.16º 0.62% 0.93% -
XYZ 37.16 22.83 81.81 -
YUV 132.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 178 90 236 0.25 0.62 0 0.07 276.16 0.79 0.64
Hex B2 5A EC 19 3E 0 7 114 4F 40
Octal 262 132 354 31 76 0 7 424 117 100
Binary 10110010 1011010 11101100 11001 111110 0 111 100010100 1001111 1000000

Color Harmonies of #B25AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AEC

Black with #B25AEC

Text Example


Text Example

White with #B25AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AEC; }

 p { color: rgb(178,90,236); }

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

background-color css

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

 a { background-color: rgb(178,90,236); }

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

border-color css

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

 span { border-color: rgb(178,90,236); }

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