Html Css Color HEX #B63ACF Medium Orchid

📋 copy color: '#B63ACF'

red 182 ◦ green 58 ◦ blue 207

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

Shades of Medium Orchid #B63ACF

Tints of Medium Orchid #B63ACF

RGB

 RED value IS 182 (71.48% from 255) = 40.72%

 GREEN value IS 58 (23.05% from 255) = 12.98%

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

R = 40.72%
G = 12.98%
B = 46.31%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B63ACF (or 0xB63ACF) is known color: Medium Orchid. HEX triplet: B6, 3A and CF. RGB value is (182,58,207). Sum of RGB (Red+Green+Blue) = 182+58+207=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B63ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ACF is #49C530. Grayscale: #6F6F6F. Windows color (decimal): -4834609 or 13580982. OLE color: 13580982.

HSL color Cylindrical-coordinate representation of color #B63ACF: hue angle of 289.93º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63ACF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 58 207 -
CMYK 0.12 0.72 0 0.19
HSL 289.93º 0.61% 0.52% -
HSV(B) 289.93º 0.72% 0.81% -
XYZ 32.07 17.48 60.71 -
YUV 112.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 182 58 207 0.12 0.72 0 0.19 289.93 0.61 0.52
Hex B6 3A CF C 48 0 13 122 3D 34
Octal 266 72 317 14 110 0 23 442 75 64
Binary 10110110 111010 11001111 1100 1001000 0 10011 100100010 111101 110100

Color Harmonies of #B63ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63ACF

Black with #B63ACF

Text Example


Text Example

White with #B63ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63ACF; }

 p { color: rgb(182,58,207); }

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

background-color css

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

 a { background-color: rgb(182,58,207); }

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

border-color css

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

 span { border-color: rgb(182,58,207); }

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