Html Css Color HEX #B463CC Medium Orchid

📋 copy color: '#B463CC'

red 180 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #B463CC

Tints of Medium Orchid #B463CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

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

R = 37.27%
G = 20.5%
B = 42.24%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B463CC (or 0xB463CC) is known color: Medium Orchid. HEX triplet: B4, 63 and CC. RGB value is (180,99,204). Sum of RGB (Red+Green+Blue) = 180+99+204=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B463CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463CC is #4B9C33. Grayscale: #868686. Windows color (decimal): -4955188 or 13394868. OLE color: 13394868.

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

Color convert

RGB 180 99 204 -
CMYK 0.12 0.51 0 0.2
HSL 286.29º 0.51% 0.59% -
HSV(B) 286.29º 0.51% 0.8% -
XYZ 34.18 22.99 59.76 -
YUV 135.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 180 99 204 0.12 0.51 0 0.2 286.29 0.51 0.59
Hex B4 63 CC C 33 0 14 11E 33 3B
Octal 264 143 314 14 63 0 24 436 63 73
Binary 10110100 1100011 11001100 1100 110011 0 10100 100011110 110011 111011

Color Harmonies of #B463CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463CC

Black with #B463CC

Text Example


Text Example

White with #B463CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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