Html Css Color HEX #BF67DA Medium Orchid

📋 copy color: '#BF67DA'

red 191 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #BF67DA

Tints of Medium Orchid #BF67DA

RGB

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

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

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

R = 37.3%
G = 20.12%
B = 42.58%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF67DA (or 0xBF67DA) is known color: Medium Orchid. HEX triplet: BF, 67 and DA. RGB value is (191,103,218). Sum of RGB (Red+Green+Blue) = 191+103+218=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67DA is #409825. Grayscale: #8E8E8E. Windows color (decimal): -4233254 or 14313407. OLE color: 14313407.

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

Color convert

RGB 191 103 218 -
CMYK 0.12 0.53 0 0.15
HSL 285.91º 0.61% 0.63% -
HSV(B) 285.91º 0.53% 0.85% -
XYZ 38.99 25.84 69.26 -
YUV 142.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 191 103 218 0.12 0.53 0 0.15 285.91 0.61 0.63
Hex BF 67 DA C 35 0 F 11E 3D 3F
Octal 277 147 332 14 65 0 17 436 75 77
Binary 10111111 1100111 11011010 1100 110101 0 1111 100011110 111101 111111

Color Harmonies of #BF67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67DA

Black with #BF67DA

Text Example


Text Example

White with #BF67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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