Html Css Color HEX #B469EE Medium Orchid

📋 copy color: '#B469EE'

red 180 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #B469EE

Tints of Medium Orchid #B469EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.08%

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

R = 34.42%
G = 20.08%
B = 45.51%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B469EE (or 0xB469EE) is known color: Medium Orchid. HEX triplet: B4, 69 and EE. RGB value is (180,105,238). Sum of RGB (Red+Green+Blue) = 180+105+238=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #B469EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469EE is #4B9611. Grayscale: #8E8E8E. Windows color (decimal): -4953618 or 15624628. OLE color: 15624628.

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

Color convert

RGB 180 105 238 -
CMYK 0.24 0.56 0 0.07
HSL 273.83º 0.8% 0.67% -
HSV(B) 273.83º 0.56% 0.93% -
XYZ 39.31 25.98 83.83 -
YUV 142.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 180 105 238 0.24 0.56 0 0.07 273.83 0.8 0.67
Hex B4 69 EE 18 38 0 7 112 50 43
Octal 264 151 356 30 70 0 7 422 120 103
Binary 10110100 1101001 11101110 11000 111000 0 111 100010010 1010000 1000011

Color Harmonies of #B469EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469EE

Black with #B469EE

Text Example


Text Example

White with #B469EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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