Html Css Color HEX #B462CF Medium Orchid

📋 copy color: '#B462CF'

red 180 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #B462CF

Tints of Medium Orchid #B462CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.21%

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 37.11%
G = 20.21%
B = 42.68%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B462CF (or 0xB462CF) is known color: Medium Orchid. HEX triplet: B4, 62 and CF. RGB value is (180,98,207). Sum of RGB (Red+Green+Blue) = 180+98+207=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #B462CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462CF is #4B9D30. Grayscale: #868686. Windows color (decimal): -4955441 or 13591220. OLE color: 13591220.

HSL color Cylindrical-coordinate representation of color #B462CF: hue angle of 285.14º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B462CF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 98 207 -
CMYK 0.13 0.53 0 0.19
HSL 285.14º 0.53% 0.6% -
HSV(B) 285.14º 0.53% 0.81% -
XYZ 34.45 22.94 61.64 -
YUV 134.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 180 98 207 0.13 0.53 0 0.19 285.14 0.53 0.6
Hex B4 62 CF D 35 0 13 11D 35 3C
Octal 264 142 317 15 65 0 23 435 65 74
Binary 10110100 1100010 11001111 1101 110101 0 10011 100011101 110101 111100

Color Harmonies of #B462CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462CF

Black with #B462CF

Text Example


Text Example

White with #B462CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462CF; }

 p { color: rgb(180,98,207); }

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

background-color css

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

 a { background-color: rgb(180,98,207); }

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

border-color css

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

 span { border-color: rgb(180,98,207); }

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