Html Css Color HEX #BF63DD Medium Orchid

📋 copy color: '#BF63DD'

red 191 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #BF63DD

Tints of Medium Orchid #BF63DD

RGB

 RED value IS 191 (75% from 255) = 37.38%

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 37.38%
G = 19.37%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF63DD (or 0xBF63DD) is known color: Medium Orchid. HEX triplet: BF, 63 and DD. RGB value is (191,99,221). Sum of RGB (Red+Green+Blue) = 191+99+221=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63DD is #409C22. Grayscale: #8C8C8C. Windows color (decimal): -4234275 or 14508991. OLE color: 14508991.

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

Color convert

RGB 191 99 221 -
CMYK 0.14 0.55 0 0.13
HSL 285.25º 0.64% 0.63% -
HSV(B) 285.25º 0.55% 0.87% -
XYZ 39 25.22 71.22 -
YUV 140.42 173.48 164.08 -
System Red Green Blue C M Y K H S L
Decimal 191 99 221 0.14 0.55 0 0.13 285.25 0.64 0.63
Hex BF 63 DD E 37 0 D 11D 40 3F
Octal 277 143 335 16 67 0 15 435 100 77
Binary 10111111 1100011 11011101 1110 110111 0 1101 100011101 1000000 111111

Color Harmonies of #BF63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63DD

Black with #BF63DD

Text Example


Text Example

White with #BF63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63DD; }

 p { color: rgb(191,99,221); }

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

background-color css

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

 a { background-color: rgb(191,99,221); }

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

border-color css

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

 span { border-color: rgb(191,99,221); }

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