Html Css Color HEX #B467F2 Medium Orchid

📋 copy color: '#B467F2'

red 180 ◦ green 103 ◦ blue 242

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

Shades of Medium Orchid #B467F2

Tints of Medium Orchid #B467F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.62%

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

R = 34.29%
G = 19.62%
B = 46.1%

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

#B467F2 (or 0xB467F2) is known color: Medium Orchid. HEX triplet: B4, 67 and F2. RGB value is (180,103,242). Sum of RGB (Red+Green+Blue) = 180+103+242=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #B467F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B467F2 is #4B980D. Grayscale: #8D8D8D. Windows color (decimal): -4954126 or 15886260. OLE color: 15886260.

HSL color Cylindrical-coordinate representation of color #B467F2: hue angle of 273.24º 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 #B467F2 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 103 242 -
CMYK 0.26 0.57 0 0.05
HSL 273.24º 0.84% 0.68% -
HSV(B) 273.24º 0.57% 0.95% -
XYZ 39.7 25.81 86.89 -
YUV 141.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 180 103 242 0.26 0.57 0 0.05 273.24 0.84 0.68
Hex B4 67 F2 1A 39 0 5 111 54 44
Octal 264 147 362 32 71 0 5 421 124 104
Binary 10110100 1100111 11110010 11010 111001 0 101 100010001 1010100 1000100

Color Harmonies of #B467F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467F2

Black with #B467F2

Text Example


Text Example

White with #B467F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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