Html Css Color HEX #BF6BED Medium Orchid

📋 copy color: '#BF6BED'

red 191 ◦ green 107 ◦ blue 237

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

Shades of Medium Orchid #BF6BED

Tints of Medium Orchid #BF6BED

RGB

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

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

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

R = 35.7%
G = 20%
B = 44.3%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF6BED (or 0xBF6BED) is known color: Medium Orchid. HEX triplet: BF, 6B and ED. RGB value is (191,107,237). Sum of RGB (Red+Green+Blue) = 191+107+237=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BED is #409412. Grayscale: #929292. Windows color (decimal): -4232211 or 15559615. OLE color: 15559615.

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

Color convert

RGB 191 107 237 -
CMYK 0.19 0.55 0 0.07
HSL 278.77º 0.78% 0.67% -
HSV(B) 278.77º 0.55% 0.93% -
XYZ 42.03 27.71 83.25 -
YUV 146.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 191 107 237 0.19 0.55 0 0.07 278.77 0.78 0.67
Hex BF 6B ED 13 37 0 7 117 4E 43
Octal 277 153 355 23 67 0 7 427 116 103
Binary 10111111 1101011 11101101 10011 110111 0 111 100010111 1001110 1000011

Color Harmonies of #BF6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BED

Black with #BF6BED

Text Example


Text Example

White with #BF6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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