Html Css Color HEX #BF6FE4 Medium Orchid

📋 copy color: '#BF6FE4'

red 191 ◦ green 111 ◦ blue 228

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

Shades of Medium Orchid #BF6FE4

Tints of Medium Orchid #BF6FE4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

 BLUE value IS 228 (89.45% from 255) = 43.02%

R = 36.04%
G = 20.94%
B = 43.02%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF6FE4 (or 0xBF6FE4) is known color: Medium Orchid. HEX triplet: BF, 6F and E4. RGB value is (191,111,228). Sum of RGB (Red+Green+Blue) = 191+111+228=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF6FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FE4 is #40901B. Grayscale: #939393. Windows color (decimal): -4231196 or 14970815. OLE color: 14970815.

HSL color Cylindrical-coordinate representation of color #BF6FE4: hue angle of 281.03º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6FE4 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 111 228 -
CMYK 0.16 0.51 0 0.11
HSL 281.03º 0.68% 0.66% -
HSV(B) 281.03º 0.51% 0.89% -
XYZ 41.17 28.05 76.64 -
YUV 148.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 191 111 228 0.16 0.51 0 0.11 281.03 0.68 0.66
Hex BF 6F E4 10 33 0 B 119 44 42
Octal 277 157 344 20 63 0 13 431 104 102
Binary 10111111 1101111 11100100 10000 110011 0 1011 100011001 1000100 1000010

Color Harmonies of #BF6FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FE4

Black with #BF6FE4

Text Example


Text Example

White with #BF6FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FE4; }

 p { color: rgb(191,111,228); }

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

background-color css

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

 a { background-color: rgb(191,111,228); }

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

border-color css

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

 span { border-color: rgb(191,111,228); }

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