Html Css Color HEX #BF67E9 Medium Orchid

📋 copy color: '#BF67E9'

red 191 ◦ green 103 ◦ blue 233

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

Shades of Medium Orchid #BF67E9

Tints of Medium Orchid #BF67E9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.54%

 BLUE value IS 233 (91.41% from 255) = 44.21%

R = 36.24%
G = 19.54%
B = 44.21%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF67E9 (or 0xBF67E9) is known color: Medium Orchid. HEX triplet: BF, 67 and E9. RGB value is (191,103,233). Sum of RGB (Red+Green+Blue) = 191+103+233=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF67E9 is #409816. Grayscale: #8F8F8F. Windows color (decimal): -4233239 or 15296447. OLE color: 15296447.

HSL color Cylindrical-coordinate representation of color #BF67E9: hue angle of 280.62º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF67E9 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 103 233 -
CMYK 0.18 0.56 0 0.09
HSL 280.62º 0.75% 0.66% -
HSV(B) 280.62º 0.56% 0.91% -
XYZ 41.04 26.66 80.07 -
YUV 144.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 191 103 233 0.18 0.56 0 0.09 280.62 0.75 0.66
Hex BF 67 E9 12 38 0 9 119 4B 42
Octal 277 147 351 22 70 0 11 431 113 102
Binary 10111111 1100111 11101001 10010 111000 0 1001 100011001 1001011 1000010

Color Harmonies of #BF67E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67E9

Black with #BF67E9

Text Example


Text Example

White with #BF67E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67E9; }

 p { color: rgb(191,103,233); }

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

background-color css

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

 a { background-color: rgb(191,103,233); }

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

border-color css

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

 span { border-color: rgb(191,103,233); }

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