Html Css Color HEX #B459CA Medium Orchid

📋 copy color: '#B459CA'

red 180 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #B459CA

Tints of Medium Orchid #B459CA

RGB

 RED value IS 180 (70.7% from 255) = 38.22%

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

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

R = 38.22%
G = 18.9%
B = 42.89%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B459CA (or 0xB459CA) is known color: Medium Orchid. HEX triplet: B4, 59 and CA. RGB value is (180,89,202). Sum of RGB (Red+Green+Blue) = 180+89+202=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B459CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459CA is #4BA635. Grayscale: #808080. Windows color (decimal): -4957750 or 13261236. OLE color: 13261236.

HSL color Cylindrical-coordinate representation of color #B459CA: hue angle of 288.32º 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 #B459CA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 89 202 -
CMYK 0.11 0.56 0 0.21
HSL 288.32º 0.52% 0.57% -
HSV(B) 288.32º 0.56% 0.79% -
XYZ 33.06 21.11 58.21 -
YUV 129.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 180 89 202 0.11 0.56 0 0.21 288.32 0.52 0.57
Hex B4 59 CA B 38 0 15 120 34 39
Octal 264 131 312 13 70 0 25 440 64 71
Binary 10110100 1011001 11001010 1011 111000 0 10101 100100000 110100 111001

Color Harmonies of #B459CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459CA

Black with #B459CA

Text Example


Text Example

White with #B459CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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