Html Css Color HEX #B78FF2 Biloba Flower

📋 copy color: '#B78FF2'

red 183 ◦ green 143 ◦ blue 242

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

Shades of Biloba Flower #B78FF2

Tints of Biloba Flower #B78FF2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.18%

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

R = 32.22%
G = 25.18%
B = 42.61%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B78FF2 (or 0xB78FF2) is known color: Biloba Flower. HEX triplet: B7, 8F and F2. RGB value is (183,143,242). Sum of RGB (Red+Green+Blue) = 183+143+242=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #B78FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78FF2 is #48700D. Grayscale: #A5A5A5. Windows color (decimal): -4747278 or 15896503. OLE color: 15896503.

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

Color convert

RGB 183 143 242 -
CMYK 0.24 0.41 0 0.05
HSL 264.24º 0.79% 0.75% -
HSV(B) 264.24º 0.41% 0.95% -
XYZ 45.38 36.12 88.59 -
YUV 166.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 183 143 242 0.24 0.41 0 0.05 264.24 0.79 0.75
Hex B7 8F F2 18 29 0 5 108 4F 4B
Octal 267 217 362 30 51 0 5 410 117 113
Binary 10110111 10001111 11110010 11000 101001 0 101 100001000 1001111 1001011

Color Harmonies of #B78FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78FF2

Black with #B78FF2

Text Example


Text Example

White with #B78FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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