Html Css Color HEX #B768FC Heliotrope

📋 copy color: '#B768FC'

red 183 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #B768FC

Tints of Heliotrope #B768FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.29%

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 33.95%
G = 19.29%
B = 46.75%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B768FC (or 0xB768FC) is known color: Heliotrope. HEX triplet: B7, 68 and FC. RGB value is (183,104,252). Sum of RGB (Red+Green+Blue) = 183+104+252=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #B768FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768FC is #489703. Grayscale: #8F8F8F. Windows color (decimal): -4757252 or 16541879. OLE color: 16541879.

HSL color Cylindrical-coordinate representation of color #B768FC: hue angle of 272.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B768FC is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 104 252 -
CMYK 0.27 0.59 0 0.01
HSL 272.03º 0.96% 0.7% -
HSV(B) 272.03º 0.59% 0.99% -
XYZ 42.05 27 95.09 -
YUV 144.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 183 104 252 0.27 0.59 0 0.01 272.03 0.96 0.7
Hex B7 68 FC 1B 3B 0 1 110 60 46
Octal 267 150 374 33 73 0 1 420 140 106
Binary 10110111 1101000 11111100 11011 111011 0 1 100010000 1100000 1000110

Color Harmonies of #B768FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768FC

Black with #B768FC

Text Example


Text Example

White with #B768FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768FC; }

 p { color: rgb(183,104,252); }

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

background-color css

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

 a { background-color: rgb(183,104,252); }

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

border-color css

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

 span { border-color: rgb(183,104,252); }

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