Html Css Color HEX #B25BEC Medium Orchid

📋 copy color: '#B25BEC'

red 178 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #B25BEC

Tints of Medium Orchid #B25BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.02%

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

R = 35.25%
G = 18.02%
B = 46.73%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B25BEC (or 0xB25BEC) is known color: Medium Orchid. HEX triplet: B2, 5B and EC. RGB value is (178,91,236). Sum of RGB (Red+Green+Blue) = 178+91+236=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #B25BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BEC is #4DA413. Grayscale: #858585. Windows color (decimal): -5088276 or 15489970. OLE color: 15489970.

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

Color convert

RGB 178 91 236 -
CMYK 0.25 0.61 0 0.07
HSL 276º 0.79% 0.64% -
HSV(B) 276º 0.61% 0.93% -
XYZ 37.24 23 81.83 -
YUV 133.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 178 91 236 0.25 0.61 0 0.07 276 0.79 0.64
Hex B2 5B EC 19 3D 0 7 114 4F 40
Octal 262 133 354 31 75 0 7 424 117 100
Binary 10110010 1011011 11101100 11001 111101 0 111 100010100 1001111 1000000

Color Harmonies of #B25BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BEC

Black with #B25BEC

Text Example


Text Example

White with #B25BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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