Html Css Color HEX #B463CB Medium Orchid

📋 copy color: '#B463CB'

red 180 ◦ green 99 ◦ blue 203

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

Shades of Medium Orchid #B463CB

Tints of Medium Orchid #B463CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 37.34%
G = 20.54%
B = 42.12%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B463CB (or 0xB463CB) is known color: Medium Orchid. HEX triplet: B4, 63 and CB. RGB value is (180,99,203). Sum of RGB (Red+Green+Blue) = 180+99+203=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #B463CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463CB is #4B9C34. Grayscale: #868686. Windows color (decimal): -4955189 or 13329332. OLE color: 13329332.

HSL color Cylindrical-coordinate representation of color #B463CB: hue angle of 286.73º degrees, saturation: 0.5, 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 #B463CB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 99 203 -
CMYK 0.11 0.51 0 0.20
HSL 286.73º 0.5% 0.59% -
HSV(B) 286.73º 0.51% 0.8% -
XYZ 34.06 22.94 59.13 -
YUV 135.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 180 99 203 0.11 0.51 0 0.20 286.73 0.5 0.59
Hex B4 63 CB B 33 0 14 11F 32 3B
Octal 264 143 313 13 63 0 24 437 62 73
Binary 10110100 1100011 11001011 1011 110011 0 10100 100011111 110010 111011

Color Harmonies of #B463CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463CB

Black with #B463CB

Text Example


Text Example

White with #B463CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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