Html Css Color HEX #BB6BFD Heliotrope

📋 copy color: '#BB6BFD'

red 187 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #BB6BFD

Tints of Heliotrope #BB6BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 34.19%
G = 19.56%
B = 46.25%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB6BFD (or 0xBB6BFD) is known color: Heliotrope. HEX triplet: BB, 6B and FD. RGB value is (187,107,253). Sum of RGB (Red+Green+Blue) = 187+107+253=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BFD is #449402. Grayscale: #939393. Windows color (decimal): -4494339 or 16608187. OLE color: 16608187.

HSL color Cylindrical-coordinate representation of color #BB6BFD: hue angle of 272.88º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB6BFD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 107 253 -
CMYK 0.26 0.58 0 0.01
HSL 272.88º 0.97% 0.71% -
HSV(B) 272.88º 0.58% 0.99% -
XYZ 43.48 28.17 96.07 -
YUV 147.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 187 107 253 0.26 0.58 0 0.01 272.88 0.97 0.71
Hex BB 6B FD 1A 3A 0 1 111 61 47
Octal 273 153 375 32 72 0 1 421 141 107
Binary 10111011 1101011 11111101 11010 111010 0 1 100010001 1100001 1000111

Color Harmonies of #BB6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BFD

Black with #BB6BFD

Text Example


Text Example

White with #BB6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BFD; }

 p { color: rgb(187,107,253); }

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

background-color css

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

 a { background-color: rgb(187,107,253); }

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

border-color css

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

 span { border-color: rgb(187,107,253); }

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