Html Css Color HEX #B68FFC Biloba Flower

📋 copy color: '#B68FFC'

red 182 ◦ green 143 ◦ blue 252

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

Shades of Biloba Flower #B68FFC

Tints of Biloba Flower #B68FFC

RGB

 RED value IS 182 (71.48% from 255) = 31.54%

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

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

R = 31.54%
G = 24.78%
B = 43.67%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B68FFC (or 0xB68FFC) is known color: Biloba Flower. HEX triplet: B6, 8F and FC. RGB value is (182,143,252). Sum of RGB (Red+Green+Blue) = 182+143+252=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #B68FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FFC is #497003. Grayscale: #A6A6A6. Windows color (decimal): -4812804 or 16551862. OLE color: 16551862.

HSL color Cylindrical-coordinate representation of color #B68FFC: hue angle of 261.47º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68FFC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 143 252 -
CMYK 0.28 0.43 0 0.01
HSL 261.47º 0.95% 0.77% -
HSV(B) 261.47º 0.43% 0.99% -
XYZ 46.68 36.62 96.7 -
YUV 167.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 182 143 252 0.28 0.43 0 0.01 261.47 0.95 0.77
Hex B6 8F FC 1C 2B 0 1 105 5F 4D
Octal 266 217 374 34 53 0 1 405 137 115
Binary 10110110 10001111 11111100 11100 101011 0 1 100000101 1011111 1001101

Color Harmonies of #B68FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FFC

Black with #B68FFC

Text Example


Text Example

White with #B68FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FFC; }

 p { color: rgb(182,143,252); }

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

background-color css

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

 a { background-color: rgb(182,143,252); }

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

border-color css

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

 span { border-color: rgb(182,143,252); }

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