Html Css Color HEX #B259FB Medium Orchid

📋 copy color: '#B259FB'

red 178 ◦ green 89 ◦ blue 251

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

Shades of Medium Orchid #B259FB

Tints of Medium Orchid #B259FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 34.36%
G = 17.18%
B = 48.46%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B259FB (or 0xB259FB) is known color: Medium Orchid. HEX triplet: B2, 59 and FB. RGB value is (178,89,251). Sum of RGB (Red+Green+Blue) = 178+89+251=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #B259FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259FB is #4DA604. Grayscale: #858585. Windows color (decimal): -5088773 or 16472498. OLE color: 16472498.

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

Color convert

RGB 178 89 251 -
CMYK 0.29 0.65 0 0.02
HSL 272.96º 0.95% 0.67% -
HSV(B) 272.96º 0.65% 0.98% -
XYZ 39.35 23.57 93.74 -
YUV 134.08 193.99 159.33 -
System Red Green Blue C M Y K H S L
Decimal 178 89 251 0.29 0.65 0 0.02 272.96 0.95 0.67
Hex B2 59 FB 1D 41 0 2 111 5F 43
Octal 262 131 373 35 101 0 2 421 137 103
Binary 10110010 1011001 11111011 11101 1000001 0 10 100010001 1011111 1000011

Color Harmonies of #B259FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259FB

Black with #B259FB

Text Example


Text Example

White with #B259FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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