Html Css Color HEX #BB63DF Medium Orchid

📋 copy color: '#BB63DF'

red 187 ◦ green 99 ◦ blue 223

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

Shades of Medium Orchid #BB63DF

Tints of Medium Orchid #BB63DF

RGB

 RED value IS 187 (73.44% from 255) = 36.74%

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 36.74%
G = 19.45%
B = 43.81%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB63DF (or 0xBB63DF) is known color: Medium Orchid. HEX triplet: BB, 63 and DF. RGB value is (187,99,223). Sum of RGB (Red+Green+Blue) = 187+99+223=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63DF is #449C20. Grayscale: #8B8B8B. Windows color (decimal): -4496417 or 14640059. OLE color: 14640059.

HSL color Cylindrical-coordinate representation of color #BB63DF: hue angle of 282.58º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB63DF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 99 223 -
CMYK 0.16 0.56 0 0.13
HSL 282.58º 0.66% 0.63% -
HSV(B) 282.58º 0.56% 0.87% -
XYZ 38.27 24.82 72.58 -
YUV 139.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 187 99 223 0.16 0.56 0 0.13 282.58 0.66 0.63
Hex BB 63 DF 10 38 0 D 11B 42 3F
Octal 273 143 337 20 70 0 15 433 102 77
Binary 10111011 1100011 11011111 10000 111000 0 1101 100011011 1000010 111111

Color Harmonies of #BB63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63DF

Black with #BB63DF

Text Example


Text Example

White with #BB63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63DF; }

 p { color: rgb(187,99,223); }

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

background-color css

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

 a { background-color: rgb(187,99,223); }

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

border-color css

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

 span { border-color: rgb(187,99,223); }

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