Html Css Color HEX #BF63D0 Medium Orchid

📋 copy color: '#BF63D0'

red 191 ◦ green 99 ◦ blue 208

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

Shades of Medium Orchid #BF63D0

Tints of Medium Orchid #BF63D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 38.35%
G = 19.88%
B = 41.77%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF63D0 (or 0xBF63D0) is known color: Medium Orchid. HEX triplet: BF, 63 and D0. RGB value is (191,99,208). Sum of RGB (Red+Green+Blue) = 191+99+208=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63D0 is #409C2F. Grayscale: #8A8A8A. Windows color (decimal): -4234288 or 13657023. OLE color: 13657023.

HSL color Cylindrical-coordinate representation of color #BF63D0: hue angle of 290.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF63D0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 99 208 -
CMYK 0.08 0.52 0 0.18
HSL 290.64º 0.54% 0.6% -
HSV(B) 290.64º 0.52% 0.82% -
XYZ 37.33 24.55 62.45 -
YUV 138.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 191 99 208 0.08 0.52 0 0.18 290.64 0.54 0.6
Hex BF 63 D0 8 34 0 12 123 36 3C
Octal 277 143 320 10 64 0 22 443 66 74
Binary 10111111 1100011 11010000 1000 110100 0 10010 100100011 110110 111100

Color Harmonies of #BF63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63D0

Black with #BF63D0

Text Example


Text Example

White with #BF63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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