Html Css Color HEX #BF63DA Medium Orchid

📋 copy color: '#BF63DA'

red 191 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #BF63DA

Tints of Medium Orchid #BF63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 37.6%
G = 19.49%
B = 42.91%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF63DA (or 0xBF63DA) is known color: Medium Orchid. HEX triplet: BF, 63 and DA. RGB value is (191,99,218). Sum of RGB (Red+Green+Blue) = 191+99+218=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63DA is #409C25. Grayscale: #8B8B8B. Windows color (decimal): -4234278 or 14312383. OLE color: 14312383.

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

Color convert

RGB 191 99 218 -
CMYK 0.12 0.55 0 0.15
HSL 286.39º 0.62% 0.62% -
HSV(B) 286.39º 0.55% 0.85% -
XYZ 38.6 25.06 69.13 -
YUV 140.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 191 99 218 0.12 0.55 0 0.15 286.39 0.62 0.62
Hex BF 63 DA C 37 0 F 11E 3E 3E
Octal 277 143 332 14 67 0 17 436 76 76
Binary 10111111 1100011 11011010 1100 110111 0 1111 100011110 111110 111110

Color Harmonies of #BF63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63DA

Black with #BF63DA

Text Example


Text Example

White with #BF63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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