Html Css Color HEX #BB69FB Heliotrope

📋 copy color: '#BB69FB'

red 187 ◦ green 105 ◦ blue 251

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

Shades of Heliotrope #BB69FB

Tints of Heliotrope #BB69FB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.34%

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 34.44%
G = 19.34%
B = 46.22%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB69FB (or 0xBB69FB) is known color: Heliotrope. HEX triplet: BB, 69 and FB. RGB value is (187,105,251). Sum of RGB (Red+Green+Blue) = 187+105+251=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB69FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69FB is #449604. Grayscale: #919191. Windows color (decimal): -4494853 or 16476603. OLE color: 16476603.

HSL color Cylindrical-coordinate representation of color #BB69FB: hue angle of 273.7º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB69FB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 105 251 -
CMYK 0.25 0.58 0 0.02
HSL 273.7º 0.95% 0.7% -
HSV(B) 273.7º 0.58% 0.98% -
XYZ 42.96 27.63 94.34 -
YUV 146.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 187 105 251 0.25 0.58 0 0.02 273.7 0.95 0.7
Hex BB 69 FB 19 3A 0 2 112 5F 46
Octal 273 151 373 31 72 0 2 422 137 106
Binary 10111011 1101001 11111011 11001 111010 0 10 100010010 1011111 1000110

Color Harmonies of #BB69FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69FB

Black with #BB69FB

Text Example


Text Example

White with #BB69FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69FB; }

 p { color: rgb(187,105,251); }

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

background-color css

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

 a { background-color: rgb(187,105,251); }

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

border-color css

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

 span { border-color: rgb(187,105,251); }

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