Html Css Color HEX #BF7BED Heliotrope

📋 copy color: '#BF7BED'

red 191 ◦ green 123 ◦ blue 237

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

Shades of Heliotrope #BF7BED

Tints of Heliotrope #BF7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

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

R = 34.66%
G = 22.32%
B = 43.01%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF7BED (or 0xBF7BED) is known color: Heliotrope. HEX triplet: BF, 7B and ED. RGB value is (191,123,237). Sum of RGB (Red+Green+Blue) = 191+123+237=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BED is #408412. Grayscale: #9B9B9B. Windows color (decimal): -4228115 or 15563711. OLE color: 15563711.

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

Color convert

RGB 191 123 237 -
CMYK 0.19 0.48 0 0.07
HSL 275.79º 0.76% 0.71% -
HSV(B) 275.79º 0.48% 0.93% -
XYZ 43.85 31.36 83.86 -
YUV 156.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 191 123 237 0.19 0.48 0 0.07 275.79 0.76 0.71
Hex BF 7B ED 13 30 0 7 114 4C 47
Octal 277 173 355 23 60 0 7 424 114 107
Binary 10111111 1111011 11101101 10011 110000 0 111 100010100 1001100 1000111

Color Harmonies of #BF7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BED

Black with #BF7BED

Text Example


Text Example

White with #BF7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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