Html Css Color HEX #BB7DF3 Heliotrope

📋 copy color: '#BB7DF3'

red 187 ◦ green 125 ◦ blue 243

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

Shades of Heliotrope #BB7DF3

Tints of Heliotrope #BB7DF3

RGB

 RED value IS 187 (73.44% from 255) = 33.69%

 GREEN value IS 125 (49.22% from 255) = 22.52%

 BLUE value IS 243 (95.31% from 255) = 43.78%

R = 33.69%
G = 22.52%
B = 43.78%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB7DF3 (or 0xBB7DF3) is known color: Heliotrope. HEX triplet: BB, 7D and F3. RGB value is (187,125,243). Sum of RGB (Red+Green+Blue) = 187+125+243=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DF3 is #44820C. Grayscale: #9C9C9C. Windows color (decimal): -4489741 or 15957435. OLE color: 15957435.

HSL color Cylindrical-coordinate representation of color #BB7DF3: hue angle of 271.53º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7DF3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 125 243 -
CMYK 0.23 0.49 0 0.05
HSL 271.53º 0.83% 0.72% -
HSV(B) 271.53º 0.49% 0.95% -
XYZ 44 31.7 88.59 -
YUV 156.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 187 125 243 0.23 0.49 0 0.05 271.53 0.83 0.72
Hex BB 7D F3 17 31 0 5 110 53 48
Octal 273 175 363 27 61 0 5 420 123 110
Binary 10111011 1111101 11110011 10111 110001 0 101 100010000 1010011 1001000

Color Harmonies of #BB7DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DF3

Black with #BB7DF3

Text Example


Text Example

White with #BB7DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DF3; }

 p { color: rgb(187,125,243); }

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

background-color css

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

 a { background-color: rgb(187,125,243); }

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

border-color css

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

 span { border-color: rgb(187,125,243); }

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