Html Css Color HEX #BB63DC Medium Orchid

📋 copy color: '#BB63DC'

red 187 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #BB63DC

Tints of Medium Orchid #BB63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 36.96%
G = 19.57%
B = 43.48%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB63DC (or 0xBB63DC) is known color: Medium Orchid. HEX triplet: BB, 63 and DC. RGB value is (187,99,220). Sum of RGB (Red+Green+Blue) = 187+99+220=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63DC is #449C23. Grayscale: #8A8A8A. Windows color (decimal): -4496420 or 14443451. OLE color: 14443451.

HSL color Cylindrical-coordinate representation of color #BB63DC: hue angle of 283.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB63DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 99 220 -
CMYK 0.15 0.55 0 0.14
HSL 283.64º 0.63% 0.63% -
HSV(B) 283.64º 0.55% 0.86% -
XYZ 37.87 24.66 70.47 -
YUV 139.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 187 99 220 0.15 0.55 0 0.14 283.64 0.63 0.63
Hex BB 63 DC F 37 0 E 11C 3F 3F
Octal 273 143 334 17 67 0 16 434 77 77
Binary 10111011 1100011 11011100 1111 110111 0 1110 100011100 111111 111111

Color Harmonies of #BB63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63DC

Black with #BB63DC

Text Example


Text Example

White with #BB63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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