Html Css Color HEX #BF67DC Medium Orchid

📋 copy color: '#BF67DC'

red 191 ◦ green 103 ◦ blue 220

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

Shades of Medium Orchid #BF67DC

Tints of Medium Orchid #BF67DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.04%

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

R = 37.16%
G = 20.04%
B = 42.8%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF67DC (or 0xBF67DC) is known color: Medium Orchid. HEX triplet: BF, 67 and DC. RGB value is (191,103,220). Sum of RGB (Red+Green+Blue) = 191+103+220=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67DC is #409823. Grayscale: #8E8E8E. Windows color (decimal): -4233252 or 14444479. OLE color: 14444479.

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

Color convert

RGB 191 103 220 -
CMYK 0.13 0.53 0 0.14
HSL 285.13º 0.63% 0.63% -
HSV(B) 285.13º 0.53% 0.86% -
XYZ 39.25 25.94 70.65 -
YUV 142.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 191 103 220 0.13 0.53 0 0.14 285.13 0.63 0.63
Hex BF 67 DC D 35 0 E 11D 3F 3F
Octal 277 147 334 15 65 0 16 435 77 77
Binary 10111111 1100111 11011100 1101 110101 0 1110 100011101 111111 111111

Color Harmonies of #BF67DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67DC

Black with #BF67DC

Text Example


Text Example

White with #BF67DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67DC; }

 p { color: rgb(191,103,220); }

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

background-color css

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

 a { background-color: rgb(191,103,220); }

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

border-color css

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

 span { border-color: rgb(191,103,220); }

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