Html Css Color HEX #BF68DA Medium Orchid

📋 copy color: '#BF68DA'

red 191 ◦ green 104 ◦ blue 218

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

Shades of Medium Orchid #BF68DA

Tints of Medium Orchid #BF68DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 37.23%
G = 20.27%
B = 42.5%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF68DA (or 0xBF68DA) is known color: Medium Orchid. HEX triplet: BF, 68 and DA. RGB value is (191,104,218). Sum of RGB (Red+Green+Blue) = 191+104+218=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68DA is #409725. Grayscale: #8E8E8E. Windows color (decimal): -4232998 or 14313663. OLE color: 14313663.

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

Color convert

RGB 191 104 218 -
CMYK 0.12 0.52 0 0.15
HSL 285.79º 0.61% 0.63% -
HSV(B) 285.79º 0.52% 0.85% -
XYZ 39.09 26.04 69.3 -
YUV 143.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 191 104 218 0.12 0.52 0 0.15 285.79 0.61 0.63
Hex BF 68 DA C 34 0 F 11E 3D 3F
Octal 277 150 332 14 64 0 17 436 75 77
Binary 10111111 1101000 11011010 1100 110100 0 1111 100011110 111101 111111

Color Harmonies of #BF68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68DA

Black with #BF68DA

Text Example


Text Example

White with #BF68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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