Html Css Color HEX #B259CA Medium Orchid

📋 copy color: '#B259CA'

red 178 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #B259CA

Tints of Medium Orchid #B259CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 37.95%
G = 18.98%
B = 43.07%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B259CA (or 0xB259CA) is known color: Medium Orchid. HEX triplet: B2, 59 and CA. RGB value is (178,89,202). Sum of RGB (Red+Green+Blue) = 178+89+202=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B259CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259CA is #4DA635. Grayscale: #808080. Windows color (decimal): -5088822 or 13261234. OLE color: 13261234.

HSL color Cylindrical-coordinate representation of color #B259CA: hue angle of 287.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B259CA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 89 202 -
CMYK 0.12 0.56 0 0.21
HSL 287.26º 0.52% 0.57% -
HSV(B) 287.26º 0.56% 0.79% -
XYZ 32.59 20.87 58.19 -
YUV 128.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 178 89 202 0.12 0.56 0 0.21 287.26 0.52 0.57
Hex B2 59 CA C 38 0 15 11F 34 39
Octal 262 131 312 14 70 0 25 437 64 71
Binary 10110010 1011001 11001010 1100 111000 0 10101 100011111 110100 111001

Color Harmonies of #B259CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259CA

Black with #B259CA

Text Example


Text Example

White with #B259CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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