Html Css Color HEX #B25BC8 Medium Orchid

📋 copy color: '#B25BC8'

red 178 ◦ green 91 ◦ blue 200

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

Shades of Medium Orchid #B25BC8

Tints of Medium Orchid #B25BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 37.95%
G = 19.4%
B = 42.64%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B25BC8 (or 0xB25BC8) is known color: Medium Orchid. HEX triplet: B2, 5B and C8. RGB value is (178,91,200). Sum of RGB (Red+Green+Blue) = 178+91+200=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #B25BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BC8 is #4DA437. Grayscale: #818181. Windows color (decimal): -5088312 or 13130674. OLE color: 13130674.

HSL color Cylindrical-coordinate representation of color #B25BC8: hue angle of 287.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25BC8 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 91 200 -
CMYK 0.11 0.54 0 0.22
HSL 287.89º 0.5% 0.57% -
HSV(B) 287.89º 0.55% 0.78% -
XYZ 32.53 21.12 57.01 -
YUV 129.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 178 91 200 0.11 0.54 0 0.22 287.89 0.5 0.57
Hex B2 5B C8 B 36 0 16 120 32 39
Octal 262 133 310 13 66 0 26 440 62 71
Binary 10110010 1011011 11001000 1011 110110 0 10110 100100000 110010 111001

Color Harmonies of #B25BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BC8

Black with #B25BC8

Text Example


Text Example

White with #B25BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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