Html Css Color HEX #B78BF2 Biloba Flower

📋 copy color: '#B78BF2'

red 183 ◦ green 139 ◦ blue 242

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

Shades of Biloba Flower #B78BF2

Tints of Biloba Flower #B78BF2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.65%

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 32.45%
G = 24.65%
B = 42.91%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B78BF2 (or 0xB78BF2) is known color: Biloba Flower. HEX triplet: B7, 8B and F2. RGB value is (183,139,242). Sum of RGB (Red+Green+Blue) = 183+139+242=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #B78BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78BF2 is #48740D. Grayscale: #A3A3A3. Windows color (decimal): -4748302 or 15895479. OLE color: 15895479.

HSL color Cylindrical-coordinate representation of color #B78BF2: hue angle of 265.63º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78BF2 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 139 242 -
CMYK 0.24 0.43 0 0.05
HSL 265.63º 0.8% 0.75% -
HSV(B) 265.63º 0.43% 0.95% -
XYZ 44.79 34.94 88.39 -
YUV 163.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 183 139 242 0.24 0.43 0 0.05 265.63 0.8 0.75
Hex B7 8B F2 18 2B 0 5 10A 50 4B
Octal 267 213 362 30 53 0 5 412 120 113
Binary 10110111 10001011 11110010 11000 101011 0 101 100001010 1010000 1001011

Color Harmonies of #B78BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78BF2

Black with #B78BF2

Text Example


Text Example

White with #B78BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78BF2; }

 p { color: rgb(183,139,242); }

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

background-color css

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

 a { background-color: rgb(183,139,242); }

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

border-color css

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

 span { border-color: rgb(183,139,242); }

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