Html Css Color HEX #B259FE Medium Orchid

📋 copy color: '#B259FE'

red 178 ◦ green 89 ◦ blue 254

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

Shades of Medium Orchid #B259FE

Tints of Medium Orchid #B259FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 34.17%
G = 17.08%
B = 48.75%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B259FE (or 0xB259FE) is known color: Medium Orchid. HEX triplet: B2, 59 and FE. RGB value is (178,89,254). Sum of RGB (Red+Green+Blue) = 178+89+254=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B259FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259FE is #4DA601. Grayscale: #858585. Windows color (decimal): -5088770 or 16669106. OLE color: 16669106.

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

Color convert

RGB 178 89 254 -
CMYK 0.30 0.65 0 0.00
HSL 272.36º 0.99% 0.67% -
HSV(B) 272.36º 0.65% 1% -
XYZ 39.82 23.77 96.25 -
YUV 134.42 195.49 159.08 -
System Red Green Blue C M Y K H S L
Decimal 178 89 254 0.30 0.65 0 0.00 272.36 0.99 0.67
Hex B2 59 FE 1E 41 0 0 110 63 43
Octal 262 131 376 36 101 0 0 420 143 103
Binary 10110010 1011001 11111110 11110 1000001 0 0 100010000 1100011 1000011

Color Harmonies of #B259FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259FE

Black with #B259FE

Text Example


Text Example

White with #B259FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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