Html Css Color HEX #BF6BE0 Medium Orchid

📋 copy color: '#BF6BE0'

red 191 ◦ green 107 ◦ blue 224

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

Shades of Medium Orchid #BF6BE0

Tints of Medium Orchid #BF6BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.5%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 36.59%
G = 20.5%
B = 42.91%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF6BE0 (or 0xBF6BE0) is known color: Medium Orchid. HEX triplet: BF, 6B and E0. RGB value is (191,107,224). Sum of RGB (Red+Green+Blue) = 191+107+224=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BE0 is #40941F. Grayscale: #919191. Windows color (decimal): -4232224 or 14707647. OLE color: 14707647.

HSL color Cylindrical-coordinate representation of color #BF6BE0: hue angle of 283.08º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6BE0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 107 224 -
CMYK 0.15 0.52 0 0.12
HSL 283.08º 0.65% 0.65% -
HSV(B) 283.08º 0.52% 0.88% -
XYZ 40.2 26.97 73.61 -
YUV 145.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 191 107 224 0.15 0.52 0 0.12 283.08 0.65 0.65
Hex BF 6B E0 F 34 0 C 11B 41 41
Octal 277 153 340 17 64 0 14 433 101 101
Binary 10111111 1101011 11100000 1111 110100 0 1100 100011011 1000001 1000001

Color Harmonies of #BF6BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BE0

Black with #BF6BE0

Text Example


Text Example

White with #BF6BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BE0; }

 p { color: rgb(191,107,224); }

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

background-color css

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

 a { background-color: rgb(191,107,224); }

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

border-color css

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

 span { border-color: rgb(191,107,224); }

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