Html Css Color HEX #B259ED Medium Orchid

📋 copy color: '#B259ED'

red 178 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #B259ED

Tints of Medium Orchid #B259ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 35.32%
G = 17.66%
B = 47.02%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B259ED (or 0xB259ED) is known color: Medium Orchid. HEX triplet: B2, 59 and ED. RGB value is (178,89,237). Sum of RGB (Red+Green+Blue) = 178+89+237=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #B259ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259ED is #4DA612. Grayscale: #838383. Windows color (decimal): -5088787 or 15554994. OLE color: 15554994.

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

Color convert

RGB 178 89 237 -
CMYK 0.25 0.62 0 0.07
HSL 276.08º 0.8% 0.64% -
HSV(B) 276.08º 0.62% 0.93% -
XYZ 37.22 22.72 82.55 -
YUV 132.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 178 89 237 0.25 0.62 0 0.07 276.08 0.8 0.64
Hex B2 59 ED 19 3E 0 7 114 50 40
Octal 262 131 355 31 76 0 7 424 120 100
Binary 10110010 1011001 11101101 11001 111110 0 111 100010100 1010000 1000000

Color Harmonies of #B259ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259ED

Black with #B259ED

Text Example


Text Example

White with #B259ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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