Html Css Color HEX #BF69ED Medium Orchid

📋 copy color: '#BF69ED'

red 191 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #BF69ED

Tints of Medium Orchid #BF69ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 35.83%
G = 19.7%
B = 44.47%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF69ED (or 0xBF69ED) is known color: Medium Orchid. HEX triplet: BF, 69 and ED. RGB value is (191,105,237). Sum of RGB (Red+Green+Blue) = 191+105+237=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF69ED is #409612. Grayscale: #919191. Windows color (decimal): -4232723 or 15559103. OLE color: 15559103.

HSL color Cylindrical-coordinate representation of color #BF69ED: hue angle of 279.09º degrees, saturation: 0.79, 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 #BF69ED is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 105 237 -
CMYK 0.19 0.56 0 0.07
HSL 279.09º 0.79% 0.67% -
HSV(B) 279.09º 0.56% 0.93% -
XYZ 41.82 27.29 83.18 -
YUV 145.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 191 105 237 0.19 0.56 0 0.07 279.09 0.79 0.67
Hex BF 69 ED 13 38 0 7 117 4F 43
Octal 277 151 355 23 70 0 7 427 117 103
Binary 10111111 1101001 11101101 10011 111000 0 111 100010111 1001111 1000011

Color Harmonies of #BF69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69ED

Black with #BF69ED

Text Example


Text Example

White with #BF69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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