Html Css Color HEX #B648FF Medium Orchid

📋 copy color: '#B648FF'

red 182 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #B648FF

Tints of Medium Orchid #B648FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.15%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 35.76%
G = 14.15%
B = 50.1%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B648FF (or 0xB648FF) is known color: Medium Orchid. HEX triplet: B6, 48 and FF. RGB value is (182,72,255). Sum of RGB (Red+Green+Blue) = 182+72+255=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B648FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B648FF is #49B700. Grayscale: #7D7D7D. Windows color (decimal): -4830977 or 16730294. OLE color: 16730294.

HSL color Cylindrical-coordinate representation of color #B648FF: hue angle of 276.07º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B648FF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 72 255 -
CMYK 0.29 0.72 0 0
HSL 276.07º 1% 0.64% -
HSV(B) 276.07º 0.72% 1% -
XYZ 39.66 21.8 96.73 -
YUV 125.75 200.94 168.12 -
System Red Green Blue C M Y K H S L
Decimal 182 72 255 0.29 0.72 0 0 276.07 1 0.64
Hex B6 48 FF 1D 48 0 0 114 64 40
Octal 266 110 377 35 110 0 0 424 144 100
Binary 10110110 1001000 11111111 11101 1001000 0 0 100010100 1100100 1000000

Color Harmonies of #B648FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B648FF

Black with #B648FF

Text Example


Text Example

White with #B648FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B648FF; }

 p { color: rgb(182,72,255); }

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

background-color css

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

 a { background-color: rgb(182,72,255); }

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

border-color css

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

 span { border-color: rgb(182,72,255); }

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