Html Css Color HEX #B063CE Medium Orchid

📋 copy color: '#B063CE'

red 176 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #B063CE

Tints of Medium Orchid #B063CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 36.59%
G = 20.58%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B063CE (or 0xB063CE) is known color: Medium Orchid. HEX triplet: B0, 63 and CE. RGB value is (176,99,206). Sum of RGB (Red+Green+Blue) = 176+99+206=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B063CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063CE is #4F9C31. Grayscale: #858585. Windows color (decimal): -5217330 or 13525936. OLE color: 13525936.

HSL color Cylindrical-coordinate representation of color #B063CE: hue angle of 283.18º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B063CE is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 99 206 -
CMYK 0.15 0.52 0 0.19
HSL 283.18º 0.52% 0.6% -
HSV(B) 283.18º 0.52% 0.81% -
XYZ 33.51 22.61 60.99 -
YUV 134.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 176 99 206 0.15 0.52 0 0.19 283.18 0.52 0.6
Hex B0 63 CE F 34 0 13 11B 34 3C
Octal 260 143 316 17 64 0 23 433 64 74
Binary 10110000 1100011 11001110 1111 110100 0 10011 100011011 110100 111100

Color Harmonies of #B063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063CE

Black with #B063CE

Text Example


Text Example

White with #B063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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