Html Css Color HEX #B34BFC Medium Orchid

📋 copy color: '#B34BFC'

red 179 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #B34BFC

Tints of Medium Orchid #B34BFC

RGB

 RED value IS 179 (70.31% from 255) = 35.38%

 GREEN value IS 75 (29.69% from 255) = 14.82%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 35.38%
G = 14.82%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B34BFC (or 0xB34BFC) is known color: Medium Orchid. HEX triplet: B3, 4B and FC. RGB value is (179,75,252). Sum of RGB (Red+Green+Blue) = 179+75+252=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #B34BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34BFC is #4CB403. Grayscale: #7D7D7D. Windows color (decimal): -5026820 or 16534451. OLE color: 16534451.

HSL color Cylindrical-coordinate representation of color #B34BFC: hue angle of 275.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34BFC is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 75 252 -
CMYK 0.29 0.70 0 0.01
HSL 275.25º 0.97% 0.64% -
HSV(B) 275.25º 0.7% 0.99% -
XYZ 38.68 21.64 94.23 -
YUV 126.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 179 75 252 0.29 0.70 0 0.01 275.25 0.97 0.64
Hex B3 4B FC 1D 46 0 1 113 61 40
Octal 263 113 374 35 106 0 1 423 141 100
Binary 10110011 1001011 11111100 11101 1000110 0 1 100010011 1100001 1000000

Color Harmonies of #B34BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BFC

Black with #B34BFC

Text Example


Text Example

White with #B34BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BFC; }

 p { color: rgb(179,75,252); }

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

background-color css

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

 a { background-color: rgb(179,75,252); }

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

border-color css

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

 span { border-color: rgb(179,75,252); }

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