Html Css Color HEX #B063CD Medium Orchid

📋 copy color: '#B063CD'

red 176 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #B063CD

Tints of Medium Orchid #B063CD

RGB

 RED value IS 176 (69.14% from 255) = 36.67%

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 36.67%
G = 20.63%
B = 42.71%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B063CD (or 0xB063CD) is known color: Medium Orchid. HEX triplet: B0, 63 and CD. RGB value is (176,99,205). Sum of RGB (Red+Green+Blue) = 176+99+205=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #B063CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063CD is #4F9C32. Grayscale: #858585. Windows color (decimal): -5217331 or 13460400. OLE color: 13460400.

HSL color Cylindrical-coordinate representation of color #B063CD: hue angle of 283.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B063CD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 99 205 -
CMYK 0.14 0.52 0 0.20
HSL 283.58º 0.51% 0.6% -
HSV(B) 283.58º 0.52% 0.8% -
XYZ 33.39 22.56 60.35 -
YUV 134.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 176 99 205 0.14 0.52 0 0.20 283.58 0.51 0.6
Hex B0 63 CD E 34 0 14 11C 33 3C
Octal 260 143 315 16 64 0 24 434 63 74
Binary 10110000 1100011 11001101 1110 110100 0 10100 100011100 110011 111100

Color Harmonies of #B063CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063CD

Black with #B063CD

Text Example


Text Example

White with #B063CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063CD; }

 p { color: rgb(176,99,205); }

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

background-color css

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

 a { background-color: rgb(176,99,205); }

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

border-color css

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

 span { border-color: rgb(176,99,205); }

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