Html Css Color HEX #B483EE Biloba Flower

📋 copy color: '#B483EE'

red 180 ◦ green 131 ◦ blue 238

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

Shades of Biloba Flower #B483EE

Tints of Biloba Flower #B483EE

RGB

 RED value IS 180 (70.7% from 255) = 32.79%

 GREEN value IS 131 (51.56% from 255) = 23.86%

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 32.79%
G = 23.86%
B = 43.35%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B483EE (or 0xB483EE) is known color: Biloba Flower. HEX triplet: B4, 83 and EE. RGB value is (180,131,238). Sum of RGB (Red+Green+Blue) = 180+131+238=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #B483EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B483EE is #4B7C11. Grayscale: #9D9D9D. Windows color (decimal): -4946962 or 15631284. OLE color: 15631284.

HSL color Cylindrical-coordinate representation of color #B483EE: hue angle of 267.48º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B483EE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 131 238 -
CMYK 0.24 0.45 0 0.07
HSL 267.48º 0.76% 0.72% -
HSV(B) 267.48º 0.45% 0.93% -
XYZ 42.37 32.11 84.85 -
YUV 157.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 180 131 238 0.24 0.45 0 0.07 267.48 0.76 0.72
Hex B4 83 EE 18 2D 0 7 10B 4C 48
Octal 264 203 356 30 55 0 7 413 114 110
Binary 10110100 10000011 11101110 11000 101101 0 111 100001011 1001100 1001000

Color Harmonies of #B483EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483EE

Black with #B483EE

Text Example


Text Example

White with #B483EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483EE; }

 p { color: rgb(180,131,238); }

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

background-color css

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

 a { background-color: rgb(180,131,238); }

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

border-color css

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

 span { border-color: rgb(180,131,238); }

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