Html Css Color HEX #BF69E5 Medium Orchid

📋 copy color: '#BF69E5'

red 191 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #BF69E5

Tints of Medium Orchid #BF69E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20%

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 36.38%
G = 20%
B = 43.62%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF69E5 (or 0xBF69E5) is known color: Medium Orchid. HEX triplet: BF, 69 and E5. RGB value is (191,105,229). Sum of RGB (Red+Green+Blue) = 191+105+229=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69E5 is #40961A. Grayscale: #909090. Windows color (decimal): -4232731 or 15034815. OLE color: 15034815.

HSL color Cylindrical-coordinate representation of color #BF69E5: hue angle of 281.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF69E5 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 105 229 -
CMYK 0.17 0.54 0 0.10
HSL 281.61º 0.7% 0.65% -
HSV(B) 281.61º 0.54% 0.9% -
XYZ 40.68 26.84 77.16 -
YUV 144.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 191 105 229 0.17 0.54 0 0.10 281.61 0.7 0.65
Hex BF 69 E5 11 36 0 A 11A 46 41
Octal 277 151 345 21 66 0 12 432 106 101
Binary 10111111 1101001 11100101 10001 110110 0 1010 100011010 1000110 1000001

Color Harmonies of #BF69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69E5

Black with #BF69E5

Text Example


Text Example

White with #BF69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69E5; }

 p { color: rgb(191,105,229); }

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

background-color css

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

 a { background-color: rgb(191,105,229); }

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

border-color css

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

 span { border-color: rgb(191,105,229); }

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