Html Css Color HEX #B459CC Medium Orchid

📋 copy color: '#B459CC'

red 180 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #B459CC

Tints of Medium Orchid #B459CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 38.05%
G = 18.82%
B = 43.13%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B459CC (or 0xB459CC) is known color: Medium Orchid. HEX triplet: B4, 59 and CC. RGB value is (180,89,204). Sum of RGB (Red+Green+Blue) = 180+89+204=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B459CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459CC is #4BA633. Grayscale: #808080. Windows color (decimal): -4957748 or 13392308. OLE color: 13392308.

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

Color convert

RGB 180 89 204 -
CMYK 0.12 0.56 0 0.2
HSL 287.48º 0.53% 0.57% -
HSV(B) 287.48º 0.56% 0.8% -
XYZ 33.29 21.21 59.47 -
YUV 129.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 180 89 204 0.12 0.56 0 0.2 287.48 0.53 0.57
Hex B4 59 CC C 38 0 14 11F 35 39
Octal 264 131 314 14 70 0 24 437 65 71
Binary 10110100 1011001 11001100 1100 111000 0 10100 100011111 110101 111001

Color Harmonies of #B459CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459CC

Black with #B459CC

Text Example


Text Example

White with #B459CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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