Html Css Color HEX #BB65FA Heliotrope

📋 copy color: '#BB65FA'

red 187 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #BB65FA

Tints of Heliotrope #BB65FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.77%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 34.76%
G = 18.77%
B = 46.47%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB65FA (or 0xBB65FA) is known color: Heliotrope. HEX triplet: BB, 65 and FA. RGB value is (187,101,250). Sum of RGB (Red+Green+Blue) = 187+101+250=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65FA is #449A05. Grayscale: #8F8F8F. Windows color (decimal): -4495878 or 16410043. OLE color: 16410043.

HSL color Cylindrical-coordinate representation of color #BB65FA: hue angle of 274.63º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB65FA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 101 250 -
CMYK 0.25 0.60 0 0.02
HSL 274.63º 0.94% 0.69% -
HSV(B) 274.63º 0.6% 0.98% -
XYZ 42.4 26.77 93.38 -
YUV 143.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 187 101 250 0.25 0.60 0 0.02 274.63 0.94 0.69
Hex BB 65 FA 19 3C 0 2 113 5E 45
Octal 273 145 372 31 74 0 2 423 136 105
Binary 10111011 1100101 11111010 11001 111100 0 10 100010011 1011110 1000101

Color Harmonies of #BB65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65FA

Black with #BB65FA

Text Example


Text Example

White with #BB65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65FA; }

 p { color: rgb(187,101,250); }

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

background-color css

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

 a { background-color: rgb(187,101,250); }

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

border-color css

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

 span { border-color: rgb(187,101,250); }

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