Html Css Color HEX #BF6FEA Medium Orchid

📋 copy color: '#BF6FEA'

red 191 ◦ green 111 ◦ blue 234

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

Shades of Medium Orchid #BF6FEA

Tints of Medium Orchid #BF6FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 35.63%
G = 20.71%
B = 43.66%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF6FEA (or 0xBF6FEA) is known color: Medium Orchid. HEX triplet: BF, 6F and EA. RGB value is (191,111,234). Sum of RGB (Red+Green+Blue) = 191+111+234=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FEA is #409015. Grayscale: #949494. Windows color (decimal): -4231190 or 15364031. OLE color: 15364031.

HSL color Cylindrical-coordinate representation of color #BF6FEA: hue angle of 279.02º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6FEA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 111 234 -
CMYK 0.18 0.53 0 0.08
HSL 279.02º 0.75% 0.68% -
HSV(B) 279.02º 0.53% 0.92% -
XYZ 42.02 28.39 81.11 -
YUV 148.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 191 111 234 0.18 0.53 0 0.08 279.02 0.75 0.68
Hex BF 6F EA 12 35 0 8 117 4B 44
Octal 277 157 352 22 65 0 10 427 113 104
Binary 10111111 1101111 11101010 10010 110101 0 1000 100010111 1001011 1000100

Color Harmonies of #BF6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FEA

Black with #BF6FEA

Text Example


Text Example

White with #BF6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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