Html Css Color HEX #B259FF Medium Orchid

📋 copy color: '#B259FF'

red 178 ◦ green 89 ◦ blue 255

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

Shades of Medium Orchid #B259FF

Tints of Medium Orchid #B259FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.05%

 BLUE value IS 255 (100% from 255) = 48.85%

R = 34.1%
G = 17.05%
B = 48.85%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B259FF (or 0xB259FF) is known color: Medium Orchid. HEX triplet: B2, 59 and FF. RGB value is (178,89,255). Sum of RGB (Red+Green+Blue) = 178+89+255=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #B259FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259FF is #4DA600. Grayscale: #858585. Windows color (decimal): -5088769 or 16734642. OLE color: 16734642.

HSL color Cylindrical-coordinate representation of color #B259FF: hue angle of 272.17º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B259FF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 89 255 -
CMYK 0.30 0.65 0 0
HSL 272.17º 1% 0.67% -
HSV(B) 272.17º 0.65% 1% -
XYZ 39.98 23.83 97.1 -
YUV 134.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 178 89 255 0.30 0.65 0 0 272.17 1 0.67
Hex B2 59 FF 1E 41 0 0 110 64 43
Octal 262 131 377 36 101 0 0 420 144 103
Binary 10110010 1011001 11111111 11110 1000001 0 0 100010000 1100100 1000011

Color Harmonies of #B259FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259FF

Black with #B259FF

Text Example


Text Example

White with #B259FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259FF; }

 p { color: rgb(178,89,255); }

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

background-color css

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

 a { background-color: rgb(178,89,255); }

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

border-color css

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

 span { border-color: rgb(178,89,255); }

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