Html Css Color HEX #B764FB Heliotrope

📋 copy color: '#B764FB'

red 183 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #B764FB

Tints of Heliotrope #B764FB

RGB

 RED value IS 183 (71.88% from 255) = 34.27%

 GREEN value IS 100 (39.45% from 255) = 18.73%

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

R = 34.27%
G = 18.73%
B = 47%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B764FB (or 0xB764FB) is known color: Heliotrope. HEX triplet: B7, 64 and FB. RGB value is (183,100,251). Sum of RGB (Red+Green+Blue) = 183+100+251=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #B764FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764FB is #489B04. Grayscale: #8D8D8D. Windows color (decimal): -4758277 or 16475319. OLE color: 16475319.

HSL color Cylindrical-coordinate representation of color #B764FB: hue angle of 272.98º degrees, saturation: 0.95, 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 #B764FB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 100 251 -
CMYK 0.27 0.60 0 0.02
HSL 272.98º 0.95% 0.69% -
HSV(B) 272.98º 0.6% 0.98% -
XYZ 41.5 26.15 94.13 -
YUV 142.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 183 100 251 0.27 0.60 0 0.02 272.98 0.95 0.69
Hex B7 64 FB 1B 3C 0 2 111 5F 45
Octal 267 144 373 33 74 0 2 421 137 105
Binary 10110111 1100100 11111011 11011 111100 0 10 100010001 1011111 1000101

Color Harmonies of #B764FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764FB

Black with #B764FB

Text Example


Text Example

White with #B764FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764FB; }

 p { color: rgb(183,100,251); }

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

background-color css

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

 a { background-color: rgb(183,100,251); }

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

border-color css

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

 span { border-color: rgb(183,100,251); }

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