Html Css Color HEX #B259EE Medium Orchid

📋 copy color: '#B259EE'

red 178 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #B259EE

Tints of Medium Orchid #B259EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 35.25%
G = 17.62%
B = 47.13%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B259EE (or 0xB259EE) is known color: Medium Orchid. HEX triplet: B2, 59 and EE. RGB value is (178,89,238). Sum of RGB (Red+Green+Blue) = 178+89+238=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #B259EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259EE is #4DA611. Grayscale: #848484. Windows color (decimal): -5088786 or 15620530. OLE color: 15620530.

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

Color convert

RGB 178 89 238 -
CMYK 0.25 0.63 0 0.07
HSL 275.84º 0.81% 0.64% -
HSV(B) 275.84º 0.63% 0.93% -
XYZ 37.37 22.78 83.32 -
YUV 132.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 178 89 238 0.25 0.63 0 0.07 275.84 0.81 0.64
Hex B2 59 EE 19 3F 0 7 114 51 40
Octal 262 131 356 31 77 0 7 424 121 100
Binary 10110010 1011001 11101110 11001 111111 0 111 100010100 1010001 1000000

Color Harmonies of #B259EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259EE

Black with #B259EE

Text Example


Text Example

White with #B259EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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