Html Css Color HEX #B469F2 Medium Orchid

📋 copy color: '#B469F2'

red 180 ◦ green 105 ◦ blue 242

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

Shades of Medium Orchid #B469F2

Tints of Medium Orchid #B469F2

RGB

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

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

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

R = 34.16%
G = 19.92%
B = 45.92%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B469F2 (or 0xB469F2) is known color: Medium Orchid. HEX triplet: B4, 69 and F2. RGB value is (180,105,242). Sum of RGB (Red+Green+Blue) = 180+105+242=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #B469F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469F2 is #4B960D. Grayscale: #8E8E8E. Windows color (decimal): -4953614 or 15886772. OLE color: 15886772.

HSL color Cylindrical-coordinate representation of color #B469F2: hue angle of 272.85º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B469F2 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 105 242 -
CMYK 0.26 0.57 0 0.05
HSL 272.85º 0.84% 0.68% -
HSV(B) 272.85º 0.57% 0.95% -
XYZ 39.9 26.22 86.96 -
YUV 143.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 180 105 242 0.26 0.57 0 0.05 272.85 0.84 0.68
Hex B4 69 F2 1A 39 0 5 111 54 44
Octal 264 151 362 32 71 0 5 421 124 104
Binary 10110100 1101001 11110010 11010 111001 0 101 100010001 1010100 1000100

Color Harmonies of #B469F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469F2

Black with #B469F2

Text Example


Text Example

White with #B469F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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