Html Css Color HEX #BF69EE Medium Orchid

📋 copy color: '#BF69EE'

red 191 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #BF69EE

Tints of Medium Orchid #BF69EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 35.77%
G = 19.66%
B = 44.57%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF69EE (or 0xBF69EE) is known color: Medium Orchid. HEX triplet: BF, 69 and EE. RGB value is (191,105,238). Sum of RGB (Red+Green+Blue) = 191+105+238=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF69EE is #409611. Grayscale: #919191. Windows color (decimal): -4232722 or 15624639. OLE color: 15624639.

HSL color Cylindrical-coordinate representation of color #BF69EE: hue angle of 278.8º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF69EE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 105 238 -
CMYK 0.20 0.56 0 0.07
HSL 278.8º 0.8% 0.67% -
HSV(B) 278.8º 0.56% 0.93% -
XYZ 41.97 27.35 83.96 -
YUV 145.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 191 105 238 0.20 0.56 0 0.07 278.8 0.8 0.67
Hex BF 69 EE 14 38 0 7 117 50 43
Octal 277 151 356 24 70 0 7 427 120 103
Binary 10111111 1101001 11101110 10100 111000 0 111 100010111 1010000 1000011

Color Harmonies of #BF69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69EE

Black with #BF69EE

Text Example


Text Example

White with #BF69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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