Html Css Color HEX #B259CF Medium Orchid

📋 copy color: '#B259CF'

red 178 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #B259CF

Tints of Medium Orchid #B259CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 37.55%
G = 18.78%
B = 43.67%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B259CF (or 0xB259CF) is known color: Medium Orchid. HEX triplet: B2, 59 and CF. RGB value is (178,89,207). Sum of RGB (Red+Green+Blue) = 178+89+207=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B259CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259CF is #4DA630. Grayscale: #808080. Windows color (decimal): -5088817 or 13588914. OLE color: 13588914.

HSL color Cylindrical-coordinate representation of color #B259CF: hue angle of 285.25º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B259CF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 89 207 -
CMYK 0.14 0.57 0 0.19
HSL 285.25º 0.55% 0.58% -
HSV(B) 285.25º 0.57% 0.81% -
XYZ 33.19 21.11 61.36 -
YUV 129.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 178 89 207 0.14 0.57 0 0.19 285.25 0.55 0.58
Hex B2 59 CF E 39 0 13 11D 37 3A
Octal 262 131 317 16 71 0 23 435 67 72
Binary 10110010 1011001 11001111 1110 111001 0 10011 100011101 110111 111010

Color Harmonies of #B259CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259CF

Black with #B259CF

Text Example


Text Example

White with #B259CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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