Html Css Color HEX #B063CA Medium Orchid

📋 copy color: '#B063CA'

red 176 ◦ green 99 ◦ blue 202

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

Shades of Medium Orchid #B063CA

Tints of Medium Orchid #B063CA

RGB

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

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

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

R = 36.9%
G = 20.75%
B = 42.35%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B063CA (or 0xB063CA) is known color: Medium Orchid. HEX triplet: B0, 63 and CA. RGB value is (176,99,202). Sum of RGB (Red+Green+Blue) = 176+99+202=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #B063CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063CA is #4F9C35. Grayscale: #858585. Windows color (decimal): -5217334 or 13263792. OLE color: 13263792.

HSL color Cylindrical-coordinate representation of color #B063CA: hue angle of 284.85º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B063CA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 99 202 -
CMYK 0.13 0.51 0 0.21
HSL 284.85º 0.49% 0.59% -
HSV(B) 284.85º 0.51% 0.79% -
XYZ 33.03 22.42 58.46 -
YUV 133.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 176 99 202 0.13 0.51 0 0.21 284.85 0.49 0.59
Hex B0 63 CA D 33 0 15 11D 31 3B
Octal 260 143 312 15 63 0 25 435 61 73
Binary 10110000 1100011 11001010 1101 110011 0 10101 100011101 110001 111011

Color Harmonies of #B063CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063CA

Black with #B063CA

Text Example


Text Example

White with #B063CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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